Shades of Sulu #D0EE88
Tints of Sulu #D0EE88
RGB
CMYK
RGB Variations
Color information
#D0EE88 (or 0xD0EE88) is known color: Sulu. HEX triplet: D0, EE and 88. RGB value is (208,238,136). Sum of RGB (Red+Green+Blue) = 208+238+136=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE88 is #2F1177. Grayscale: #D9D9D9. Windows color (decimal): -3084664 or 8974032. OLE color: 8974032.
HSL color Cylindrical-coordinate representation of color #D0EE88: hue angle of 77.65º degrees, saturation: 0.75, 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 #D0EE88 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 136 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.07 |
| HSL | 77.65º | 0.75% | 0.73% | - |
| HSV(B) | 77.65º | 0.43% | 0.93% | - |
| XYZ | 61.03 | 76.34 | 34.81 | - |
| YUV | 217.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 136 | 0.13 | 0 | 0.43 | 0.07 | 77.65 | 0.75 | 0.73 |
| Hex | D0 | EE | 88 | D | 0 | 2B | 7 | 4E | 4B | 49 |
| Octal | 320 | 356 | 210 | 15 | 0 | 53 | 7 | 116 | 113 | 111 |
| Binary | 11010000 | 11101110 | 10001000 | 1101 | 0 | 101011 | 111 | 1001110 | 1001011 | 1001001 |
Color Harmonies of #D0EE88
Complementary color
Monochromatic Colors of #D0EE88
Black with #D0EE88
Text Example
Text Example
White with #D0EE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE88; }
p { color: rgb(208,238,136); }
H1.HeaderClassName
{
color: #D0EE88;
}
.AnyTagClassName
{
color: #D0EE88;
}
</style>
background-color css
<style>
a { background-color: #D0EE88; }
a { background-color: rgb(208,238,136); }
div.DivClassName
{
background-color: #D0EE88;
}
.BgClassName
{
background-color: #D0EE88;
}
</style>
border-color css
<style>
span { border-color: #D0EE88; }
span { border-color: rgb(208,238,136); }
td.TdClassName
{
border-color: #D0EE88;
}
.TagClassName
{
border-color: #D0EE88;
}
</style>