#D9FE82

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

Shades of Sulu #D9FE82

Tints of Sulu #D9FE82

Color information

#D9FE82 (or 0xD9FE82) is unknown color: approx Sulu. HEX triplet: D9, FE and 82. RGB value is (217,254,130). Sum of RGB (Red+Green+Blue) = 217+254+130=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FE82 is #26017D. Grayscale: #E5E5E5. Windows color (decimal): -2490750 or 8584921. OLE color: 8584921.

HSL color Cylindrical-coordinate representation of color #D9FE82: hue angle of 77.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9FE82 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB217254130-
CMYK0.1500.490.00
HSL77.9º98.41%75.29%-
HSV(B)77.9º48.82%99.61%-
XYZ68.0987.2534.37-
YUV228.872.24119.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 130 (51.17% from 255) = 21.63%
R=36.11%
G=42.26%
B=21.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172541300.1500.490.0077.998.4175.29
HexD9FE82F03104e624b
Octal331376202170610116142113
Binary110110011111111010000010111101100010100111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FE82; }

 p { color: rgb(217,254,130); }

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

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

 a { background-color: rgb(217,254,130); }

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

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

 span { border-color: rgb(217,254,130); }

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