Shades of Sulu #D0FB89
Tints of Sulu #D0FB89
RGB
CMYK
RGB Variations
Color information
#D0FB89 (or 0xD0FB89) is known color: Sulu. HEX triplet: D0, FB and 89. RGB value is (208,251,137). Sum of RGB (Red+Green+Blue) = 208+251+137=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 137 (53.91% from 255 or 22.99% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FB89 is #2F0476. Grayscale: #E1E1E1. Windows color (decimal): -3081335 or 9042896. OLE color: 9042896.
HSL color Cylindrical-coordinate representation of color #D0FB89: hue angle of 82.63º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0FB89 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 137 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.02 |
| HSL | 82.63º | 0.93% | 0.76% | - |
| HSV(B) | 82.63º | 0.45% | 0.98% | - |
| XYZ | 65.02 | 84.21 | 36.49 | - |
| YUV | 225.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 137 | 0.17 | 0 | 0.45 | 0.02 | 82.63 | 0.93 | 0.76 |
| Hex | D0 | FB | 89 | 11 | 0 | 2D | 2 | 53 | 5D | 4C |
| Octal | 320 | 373 | 211 | 21 | 0 | 55 | 2 | 123 | 135 | 114 |
| Binary | 11010000 | 11111011 | 10001001 | 10001 | 0 | 101101 | 10 | 1010011 | 1011101 | 1001100 |
Color Harmonies of #D0FB89
Complementary color
Monochromatic Colors of #D0FB89
Black with #D0FB89
Text Example
Text Example
White with #D0FB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB89; }
p { color: rgb(208,251,137); }
H1.HeaderClassName
{
color: #D0FB89;
}
.AnyTagClassName
{
color: #D0FB89;
}
</style>
background-color css
<style>
a { background-color: #D0FB89; }
a { background-color: rgb(208,251,137); }
div.DivClassName
{
background-color: #D0FB89;
}
.BgClassName
{
background-color: #D0FB89;
}
</style>
border-color css
<style>
span { border-color: #D0FB89; }
span { border-color: rgb(208,251,137); }
td.TdClassName
{
border-color: #D0FB89;
}
.TagClassName
{
border-color: #D0FB89;
}
</style>