Shades of Sulu #D9FB83
Tints of Sulu #D9FB83
RGB
CMYK
RGB Variations
Color information
#D9FB83 (or 0xD9FB83) is known color: Sulu. HEX triplet: D9, FB and 83. RGB value is (217,251,131). Sum of RGB (Red+Green+Blue) = 217+251+131=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 131 (51.56% from 255 or 21.87% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FB83 is #26047C. Grayscale: #E3E3E3. Windows color (decimal): -2491517 or 8649689. OLE color: 8649689.
HSL color Cylindrical-coordinate representation of color #D9FB83: hue angle of 77º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9FB83 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 131 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.02 |
| HSL | 77º | 0.94% | 0.75% | - |
| HSV(B) | 77º | 0.48% | 0.98% | - |
| XYZ | 67.21 | 85.38 | 34.41 | - |
| YUV | 227.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 131 | 0.14 | 0 | 0.48 | 0.02 | 77 | 0.94 | 0.75 |
| Hex | D9 | FB | 83 | E | 0 | 30 | 2 | 4D | 5E | 4B |
| Octal | 331 | 373 | 203 | 16 | 0 | 60 | 2 | 115 | 136 | 113 |
| Binary | 11011001 | 11111011 | 10000011 | 1110 | 0 | 110000 | 10 | 1001101 | 1011110 | 1001011 |
Color Harmonies of #D9FB83
Complementary color
Monochromatic Colors of #D9FB83
Black with #D9FB83
Text Example
Text Example
White with #D9FB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB83; }
p { color: rgb(217,251,131); }
H1.HeaderClassName
{
color: #D9FB83;
}
.AnyTagClassName
{
color: #D9FB83;
}
</style>
background-color css
<style>
a { background-color: #D9FB83; }
a { background-color: rgb(217,251,131); }
div.DivClassName
{
background-color: #D9FB83;
}
.BgClassName
{
background-color: #D9FB83;
}
</style>
border-color css
<style>
span { border-color: #D9FB83; }
span { border-color: rgb(217,251,131); }
td.TdClassName
{
border-color: #D9FB83;
}
.TagClassName
{
border-color: #D9FB83;
}
</style>