Shades of Sulu #D9FF81
Tints of Sulu #D9FF81
RGB
CMYK
RGB Variations
Color information
#D9FF81 (or 0xD9FF81) is known color: Sulu. HEX triplet: D9, FF and 81. RGB value is (217,255,129). Sum of RGB (Red+Green+Blue) = 217+255+129=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF81 is #26007E. Grayscale: #E5E5E5. Windows color (decimal): -2490495 or 8519641. OLE color: 8519641.
HSL color Cylindrical-coordinate representation of color #D9FF81: hue angle of 78.1º 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 #D9FF81 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 129 | - |
| CMYK | 0.15 | 0 | 0.49 | 0 |
| HSL | 78.1º | 1% | 0.75% | - |
| HSV(B) | 78.1º | 0.49% | 1% | - |
| XYZ | 68.34 | 87.86 | 34.13 | - |
| YUV | 229.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 129 | 0.15 | 0 | 0.49 | 0 | 78.1 | 1 | 0.75 |
| Hex | D9 | FF | 81 | F | 0 | 31 | 0 | 4E | 64 | 4B |
| Octal | 331 | 377 | 201 | 17 | 0 | 61 | 0 | 116 | 144 | 113 |
| Binary | 11011001 | 11111111 | 10000001 | 1111 | 0 | 110001 | 0 | 1001110 | 1100100 | 1001011 |
Color Harmonies of #D9FF81
Complementary color
Monochromatic Colors of #D9FF81
Black with #D9FF81
Text Example
Text Example
White with #D9FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF81; }
p { color: rgb(217,255,129); }
H1.HeaderClassName
{
color: #D9FF81;
}
.AnyTagClassName
{
color: #D9FF81;
}
</style>
background-color css
<style>
a { background-color: #D9FF81; }
a { background-color: rgb(217,255,129); }
div.DivClassName
{
background-color: #D9FF81;
}
.BgClassName
{
background-color: #D9FF81;
}
</style>
border-color css
<style>
span { border-color: #D9FF81; }
span { border-color: rgb(217,255,129); }
td.TdClassName
{
border-color: #D9FF81;
}
.TagClassName
{
border-color: #D9FF81;
}
</style>