Shades of Sulu #D0F587
Tints of Sulu #D0F587
RGB
CMYK
RGB Variations
Color information
#D0F587 (or 0xD0F587) is known color: Sulu. HEX triplet: D0, F5 and 87. RGB value is (208,245,135). Sum of RGB (Red+Green+Blue) = 208+245+135=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 135 (53.12% from 255 or 22.96% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F587 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F587 is #2F0A78. Grayscale: #DDDDDD. Windows color (decimal): -3082873 or 8910288. OLE color: 8910288.
HSL color Cylindrical-coordinate representation of color #D0F587: hue angle of 80.18º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0F587 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 135 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.04 |
| HSL | 80.18º | 0.85% | 0.75% | - |
| HSV(B) | 80.18º | 0.45% | 0.96% | - |
| XYZ | 63.04 | 80.46 | 35.13 | - |
| YUV | 221.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 135 | 0.15 | 0 | 0.45 | 0.04 | 80.18 | 0.85 | 0.75 |
| Hex | D0 | F5 | 87 | F | 0 | 2D | 4 | 50 | 55 | 4B |
| Octal | 320 | 365 | 207 | 17 | 0 | 55 | 4 | 120 | 125 | 113 |
| Binary | 11010000 | 11110101 | 10000111 | 1111 | 0 | 101101 | 100 | 1010000 | 1010101 | 1001011 |
Color Harmonies of #D0F587
Complementary color
Monochromatic Colors of #D0F587
Black with #D0F587
Text Example
Text Example
White with #D0F587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F587; }
p { color: rgb(208,245,135); }
H1.HeaderClassName
{
color: #D0F587;
}
.AnyTagClassName
{
color: #D0F587;
}
</style>
background-color css
<style>
a { background-color: #D0F587; }
a { background-color: rgb(208,245,135); }
div.DivClassName
{
background-color: #D0F587;
}
.BgClassName
{
background-color: #D0F587;
}
</style>
border-color css
<style>
span { border-color: #D0F587; }
span { border-color: rgb(208,245,135); }
td.TdClassName
{
border-color: #D0F587;
}
.TagClassName
{
border-color: #D0F587;
}
</style>