#D9FC80

Color #D9FC80 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D9FC80

Tints of Sulu #D9FC80

Color information

#D9FC80 (or 0xD9FC80) is unknown color: approx Sulu. HEX triplet: D9, FC and 80. RGB value is (217,252,128). Sum of RGB (Red+Green+Blue) = 217+252+128=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FC80 is #26037F. Grayscale: #E3E3E3. Windows color (decimal): -2491264 or 8453337. OLE color: 8453337.

HSL color Cylindrical-coordinate representation of color #D9FC80: hue angle of 76.94º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9FC80 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB217252128-
CMYK0.1400.490.01
HSL76.94º95.38%74.51%-
HSV(B)76.94º49.21%98.82%-
XYZ67.3285.9333.46-
YUV227.471.9120.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 128 (50.39% from 255) = 21.44%
R=36.35%
G=42.21%
B=21.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172521280.1400.490.0176.9495.3874.51
HexD9FC80E03114d5f4b
Octal331374200160611115137113
Binary110110011111110010000000111001100011100110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FC80; }

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

 H1.HeaderClassName
 {
   color: #D9FC80;
 }
 .AnyTagClassName
 {
   color: #D9FC80;
 }
</style>
background-color css

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

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

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

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

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

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