Shades of Sulu #D9FB81
Tints of Sulu #D9FB81
RGB
CMYK
RGB Variations
Color information
#D9FB81 (or 0xD9FB81) is known color: Sulu. HEX triplet: D9, FB and 81. RGB value is (217,251,129). Sum of RGB (Red+Green+Blue) = 217+251+129=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FB81 is #26047E. Grayscale: #E3E3E3. Windows color (decimal): -2491519 or 8518617. OLE color: 8518617.
HSL color Cylindrical-coordinate representation of color #D9FB81: hue angle of 76.72º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9FB81 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 129 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.02 |
| HSL | 76.72º | 0.94% | 0.75% | - |
| HSV(B) | 76.72º | 0.49% | 0.98% | - |
| XYZ | 67.07 | 85.33 | 33.7 | - |
| YUV | 226.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 129 | 0.14 | 0 | 0.49 | 0.02 | 76.72 | 0.94 | 0.75 |
| Hex | D9 | FB | 81 | E | 0 | 31 | 2 | 4D | 5E | 4B |
| Octal | 331 | 373 | 201 | 16 | 0 | 61 | 2 | 115 | 136 | 113 |
| Binary | 11011001 | 11111011 | 10000001 | 1110 | 0 | 110001 | 10 | 1001101 | 1011110 | 1001011 |
Color Harmonies of #D9FB81
Complementary color
Monochromatic Colors of #D9FB81
Black with #D9FB81
Text Example
Text Example
White with #D9FB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB81; }
p { color: rgb(217,251,129); }
H1.HeaderClassName
{
color: #D9FB81;
}
.AnyTagClassName
{
color: #D9FB81;
}
</style>
background-color css
<style>
a { background-color: #D9FB81; }
a { background-color: rgb(217,251,129); }
div.DivClassName
{
background-color: #D9FB81;
}
.BgClassName
{
background-color: #D9FB81;
}
</style>
border-color css
<style>
span { border-color: #D9FB81; }
span { border-color: rgb(217,251,129); }
td.TdClassName
{
border-color: #D9FB81;
}
.TagClassName
{
border-color: #D9FB81;
}
</style>