Html Css Color HEX #D9FB80 Sulu

📋 copy color: '#D9FB80'

red 217 ◦ green 251 ◦ blue 128

#D9FB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #D9FB80

Tints of Sulu #D9FB80

RGB

 RED value IS 217 (85.16% from 255) = 36.41%

 GREEN value IS 251 (98.44% from 255) = 42.11%

 BLUE value IS 128 (50.39% from 255) = 21.48%

R = 36.41%
G = 42.11%
B = 21.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9FB80 (or 0xD9FB80) is known color: Sulu. HEX triplet: D9, FB and 80. RGB value is (217,251,128). Sum of RGB (Red+Green+Blue) = 217+251+128=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FB80 is #26047F. Grayscale: #E3E3E3. Windows color (decimal): -2491520 or 8453081. OLE color: 8453081.

HSL color Cylindrical-coordinate representation of color #D9FB80: hue angle of 76.59º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9FB80 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 251 128 -
CMYK 0.14 0 0.49 0.02
HSL 76.59º 0.94% 0.74% -
HSV(B) 76.59º 0.49% 0.98% -
XYZ 67.01 85.3 33.36 -
YUV 226.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 217 251 128 0.14 0 0.49 0.02 76.59 0.94 0.74
Hex D9 FB 80 E 0 31 2 4D 5E 4A
Octal 331 373 200 16 0 61 2 115 136 112
Binary 11011001 11111011 10000000 1110 0 110001 10 1001101 1011110 1001010

Color Harmonies of #D9FB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FB80

Black with #D9FB80

Text Example


Text Example

White with #D9FB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FB80; }

 p { color: rgb(217,251,128); }

 H1.HeaderClassName
 {
   color: #D9FB80;
 }
 .AnyTagClassName
 {
   color: #D9FB80;
 }
</style>

background-color css

<style>
 a { background-color: #D9FB80; }

 a { background-color: rgb(217,251,128); }

 div.DivClassName
 {
   background-color: #D9FB80;
 }
 .BgClassName
 {
   background-color: #D9FB80;
 }
</style>

border-color css

<style>
 span { border-color: #D9FB80; }

 span { border-color: rgb(217,251,128); }

 td.TdClassName
 {
   border-color: #D9FB80;
 }
 .TagClassName
 {
   border-color: #D9FB80;
 }
</style>