Shades of Sulu #D0EC87
Tints of Sulu #D0EC87
RGB
CMYK
RGB Variations
Color information
#D0EC87 (or 0xD0EC87) is known color: Sulu. HEX triplet: D0, EC and 87. RGB value is (208,236,135). Sum of RGB (Red+Green+Blue) = 208+236+135=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC87 is #2F1378. Grayscale: #D8D8D8. Windows color (decimal): -3085177 or 8907984. OLE color: 8907984.
HSL color Cylindrical-coordinate representation of color #D0EC87: hue angle of 76.63º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0EC87 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 135 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.07 |
| HSL | 76.63º | 0.73% | 0.73% | - |
| HSV(B) | 76.63º | 0.43% | 0.93% | - |
| XYZ | 60.38 | 75.15 | 34.24 | - |
| YUV | 216.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 135 | 0.12 | 0 | 0.43 | 0.07 | 76.63 | 0.73 | 0.73 |
| Hex | D0 | EC | 87 | C | 0 | 2B | 7 | 4D | 49 | 49 |
| Octal | 320 | 354 | 207 | 14 | 0 | 53 | 7 | 115 | 111 | 111 |
| Binary | 11010000 | 11101100 | 10000111 | 1100 | 0 | 101011 | 111 | 1001101 | 1001001 | 1001001 |
Color Harmonies of #D0EC87
Complementary color
Monochromatic Colors of #D0EC87
Black with #D0EC87
Text Example
Text Example
White with #D0EC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC87; }
p { color: rgb(208,236,135); }
H1.HeaderClassName
{
color: #D0EC87;
}
.AnyTagClassName
{
color: #D0EC87;
}
</style>
background-color css
<style>
a { background-color: #D0EC87; }
a { background-color: rgb(208,236,135); }
div.DivClassName
{
background-color: #D0EC87;
}
.BgClassName
{
background-color: #D0EC87;
}
</style>
border-color css
<style>
span { border-color: #D0EC87; }
span { border-color: rgb(208,236,135); }
td.TdClassName
{
border-color: #D0EC87;
}
.TagClassName
{
border-color: #D0EC87;
}
</style>