Shades of Sulu #D9FB84
Tints of Sulu #D9FB84
RGB
CMYK
RGB Variations
Color information
#D9FB84 (or 0xD9FB84) is known color: Sulu. HEX triplet: D9, FB and 84. RGB value is (217,251,132). Sum of RGB (Red+Green+Blue) = 217+251+132=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 132 (51.95% from 255 or 22% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FB84 is #26047B. Grayscale: #E3E3E3. Windows color (decimal): -2491516 or 8715225. OLE color: 8715225.
HSL color Cylindrical-coordinate representation of color #D9FB84: hue angle of 77.14º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9FB84 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 132 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.02 |
| HSL | 77.14º | 0.94% | 0.75% | - |
| HSV(B) | 77.14º | 0.47% | 0.98% | - |
| XYZ | 67.28 | 85.41 | 34.77 | - |
| YUV | 227.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 132 | 0.14 | 0 | 0.47 | 0.02 | 77.14 | 0.94 | 0.75 |
| Hex | D9 | FB | 84 | E | 0 | 2F | 2 | 4D | 5E | 4B |
| Octal | 331 | 373 | 204 | 16 | 0 | 57 | 2 | 115 | 136 | 113 |
| Binary | 11011001 | 11111011 | 10000100 | 1110 | 0 | 101111 | 10 | 1001101 | 1011110 | 1001011 |
Color Harmonies of #D9FB84
Complementary color
Monochromatic Colors of #D9FB84
Black with #D9FB84
Text Example
Text Example
White with #D9FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB84; }
p { color: rgb(217,251,132); }
H1.HeaderClassName
{
color: #D9FB84;
}
.AnyTagClassName
{
color: #D9FB84;
}
</style>
background-color css
<style>
a { background-color: #D9FB84; }
a { background-color: rgb(217,251,132); }
div.DivClassName
{
background-color: #D9FB84;
}
.BgClassName
{
background-color: #D9FB84;
}
</style>
border-color css
<style>
span { border-color: #D9FB84; }
span { border-color: rgb(217,251,132); }
td.TdClassName
{
border-color: #D9FB84;
}
.TagClassName
{
border-color: #D9FB84;
}
</style>