Shades of Sulu #D9FF82
Tints of Sulu #D9FF82
RGB
CMYK
RGB Variations
Color information
#D9FF82 (or 0xD9FF82) is known color: Sulu. HEX triplet: D9, FF and 82. RGB value is (217,255,130). Sum of RGB (Red+Green+Blue) = 217+255+130=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF82 is #26007D. Grayscale: #E5E5E5. Windows color (decimal): -2490494 or 8585177. OLE color: 8585177.
HSL color Cylindrical-coordinate representation of color #D9FF82: hue angle of 78.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9FF82 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 130 | - |
| CMYK | 0.15 | 0 | 0.49 | 0 |
| HSL | 78.24º | 1% | 0.75% | - |
| HSV(B) | 78.24º | 0.49% | 1% | - |
| XYZ | 68.4 | 87.88 | 34.48 | - |
| YUV | 229.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 130 | 0.15 | 0 | 0.49 | 0 | 78.24 | 1 | 0.75 |
| Hex | D9 | FF | 82 | F | 0 | 31 | 0 | 4E | 64 | 4B |
| Octal | 331 | 377 | 202 | 17 | 0 | 61 | 0 | 116 | 144 | 113 |
| Binary | 11011001 | 11111111 | 10000010 | 1111 | 0 | 110001 | 0 | 1001110 | 1100100 | 1001011 |
Color Harmonies of #D9FF82
Complementary color
Monochromatic Colors of #D9FF82
Black with #D9FF82
Text Example
Text Example
White with #D9FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF82; }
p { color: rgb(217,255,130); }
H1.HeaderClassName
{
color: #D9FF82;
}
.AnyTagClassName
{
color: #D9FF82;
}
</style>
background-color css
<style>
a { background-color: #D9FF82; }
a { background-color: rgb(217,255,130); }
div.DivClassName
{
background-color: #D9FF82;
}
.BgClassName
{
background-color: #D9FF82;
}
</style>
border-color css
<style>
span { border-color: #D9FF82; }
span { border-color: rgb(217,255,130); }
td.TdClassName
{
border-color: #D9FF82;
}
.TagClassName
{
border-color: #D9FF82;
}
</style>