Shades of Sulu #D0EC88
Tints of Sulu #D0EC88
RGB
CMYK
RGB Variations
Color information
#D0EC88 (or 0xD0EC88) is known color: Sulu. HEX triplet: D0, EC and 88. RGB value is (208,236,136). Sum of RGB (Red+Green+Blue) = 208+236+136=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC88 is #2F1377. Grayscale: #D8D8D8. Windows color (decimal): -3085176 or 8973520. OLE color: 8973520.
HSL color Cylindrical-coordinate representation of color #D0EC88: hue angle of 76.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0EC88 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 136 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.07 |
| HSL | 76.8º | 0.72% | 0.73% | - |
| HSV(B) | 76.8º | 0.42% | 0.93% | - |
| XYZ | 60.45 | 75.18 | 34.62 | - |
| YUV | 216.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 136 | 0.12 | 0 | 0.42 | 0.07 | 76.8 | 0.72 | 0.73 |
| Hex | D0 | EC | 88 | C | 0 | 2A | 7 | 4D | 48 | 49 |
| Octal | 320 | 354 | 210 | 14 | 0 | 52 | 7 | 115 | 110 | 111 |
| Binary | 11010000 | 11101100 | 10001000 | 1100 | 0 | 101010 | 111 | 1001101 | 1001000 | 1001001 |
Color Harmonies of #D0EC88
Complementary color
Monochromatic Colors of #D0EC88
Black with #D0EC88
Text Example
Text Example
White with #D0EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC88; }
p { color: rgb(208,236,136); }
H1.HeaderClassName
{
color: #D0EC88;
}
.AnyTagClassName
{
color: #D0EC88;
}
</style>
background-color css
<style>
a { background-color: #D0EC88; }
a { background-color: rgb(208,236,136); }
div.DivClassName
{
background-color: #D0EC88;
}
.BgClassName
{
background-color: #D0EC88;
}
</style>
border-color css
<style>
span { border-color: #D0EC88; }
span { border-color: rgb(208,236,136); }
td.TdClassName
{
border-color: #D0EC88;
}
.TagClassName
{
border-color: #D0EC88;
}
</style>