COLOR #D5FB00

HEX: #D5FB00
RGB: (213,251,0)

Renk bilgisi

#D5FB00 contains only red and green colors. #D5FB00 ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#D5FB00 color RGB value is (213,251,0).

  • kırmız ton 213;
  • yeşil ton 251;
  • mavi ton 0.
RGB:
(213,251,0)
(84%,98%,0%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 251 of 255 = 98%
B 0 of 255 = 0%

213
251
0

R + G + B ~ 61%. #D5FB00 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 251 + 0 = 464 (100%)
R 213 of 464 ~ 45.91%
G 251 of 464 ~ 54.09%
B 0 of 464 ~ 0%

%45.91
%54.09

CMYK RENK MODELİ

#D5FB00 rengi CMYK tonu (15,0,100,2).

  • camgöbeği tonu 15.14%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 1.57%
CMYK:
(15,0,100,2)
C15M0Y100K2 
(15%,0%,100%,2%)
(0.15/0.00/1.00/0.02)	

CMYK yüzdeleri

%15.14
%0
%100
%1.57

Codes

Color #D5FB00 in popluar color models

D5FB00
RGB2132510
HSL69°100.00%49.22%
HSB/HSV69°100.00%98.43%
CMYK15.14%0.00%100.00%
1.57%

Color #D5FB00 in popluar number systems.

HEXD5FB00
Decimal2132510
Binary11010101111110110
Octal3253730

Shades and tints

Shades of #D5FB00

#D5FB00
(213,251,0)
#C2E500
(194,229,0)
#AFCF00
(175,207,0)
#9CB900
(156,185,0)
#89A300
(137,163,0)
#768D00
(118,141,0)
#637700
(99,119,0)
#506100
(80,97,0)
#3D4B00
(61,75,0)
#2A3500
(42,53,0)
#171F00
(23,31,0)
#000000
(0,0,0)

Tints of #D5FB00

#D5FB00
(213,251,0)
#D8FB17
(216,251,23)
#DBFB2E
(219,251,46)
#DEFB45
(222,251,69)
#E1FB5C
(225,251,92)
#E4FB73
(228,251,115)
#E7FB8A
(231,251,138)
#EAFBA1
(234,251,161)
#EDFBB8
(237,251,184)
#F0FBCF
(240,251,207)
#F3FBE6
(243,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FB00 color. Also use rgb(213,251,0) instead hex code.

Text Font Color

.myTextColor { color: #D5FB00; }

<p style="color:#D5FB00">This sample text font color is #D5FB00.</p>

This text font color is #D5FB00.


Background Color

.myBgColor { background-color: #D5FB00; }

<div style="background-color:#D5FB00">Inner text</div>

This div background color is #D5FB00.


Border color

.myBorderColor { border: 1px solid #D5FB00; }

<div style="border:3px solid #D5FB00">Div</div>

This div border color is #D5FB00.


Opacity

.myOpacity80 { color: #D5FB00; opacity: 0.8; }

<p style="color:#D5FB00;opacity:0.8;">80%</p>

Text with #D5FB00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5FB00;}

<p style="text-shadow: 3px 3px 1px #D5FB00">Text here.</p>

This text has shadow with #D5FB00 color.

.textShadow {text-shadow: 3px 3px 1px #D5FB00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5FB00, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5FB00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5FB00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5FB00, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5FB00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5FB00;
  -webkit-box-shadow:	1px 1px 3px 2px #D5FB00;
  box-shadow:		1px 1px 3px 2px #D5FB00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5FB00;
-webkit-box-shadow: 1px 1px 3px 2px #D5FB00;
box-shadow:1px 1px 3px 2px #D5FB00;">
Div content here</div>
This div box has shadow with color #D5FB00.

Preview

Color preview on black background

This text has color #D5FB00 on black background.


Color preview on white background

This text has color #D5FB00 on white background.



Black color preview on #D5FB00 background

This text has black color on #D5FB00 background.


White color preview on #D5FB00 background

This text has white color on #D5FB00 background.