Shades of Sulu #D0EC8D
Tints of Sulu #D0EC8D
RGB
CMYK
RGB Variations
Color information
#D0EC8D (or 0xD0EC8D) is known color: Sulu. HEX triplet: D0, EC and 8D. RGB value is (208,236,141). Sum of RGB (Red+Green+Blue) = 208+236+141=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC8D is #2F1372. Grayscale: #D9D9D9. Windows color (decimal): -3085171 or 9301200. OLE color: 9301200.
HSL color Cylindrical-coordinate representation of color #D0EC8D: hue angle of 77.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0EC8D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 141 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.07 |
| HSL | 77.68º | 0.71% | 0.74% | - |
| HSV(B) | 77.68º | 0.4% | 0.93% | - |
| XYZ | 60.82 | 75.32 | 36.53 | - |
| YUV | 216.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 141 | 0.12 | 0 | 0.40 | 0.07 | 77.68 | 0.71 | 0.74 |
| Hex | D0 | EC | 8D | C | 0 | 28 | 7 | 4E | 47 | 4A |
| Octal | 320 | 354 | 215 | 14 | 0 | 50 | 7 | 116 | 107 | 112 |
| Binary | 11010000 | 11101100 | 10001101 | 1100 | 0 | 101000 | 111 | 1001110 | 1000111 | 1001010 |
Color Harmonies of #D0EC8D
Complementary color
Monochromatic Colors of #D0EC8D
Black with #D0EC8D
Text Example
Text Example
White with #D0EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC8D; }
p { color: rgb(208,236,141); }
H1.HeaderClassName
{
color: #D0EC8D;
}
.AnyTagClassName
{
color: #D0EC8D;
}
</style>
background-color css
<style>
a { background-color: #D0EC8D; }
a { background-color: rgb(208,236,141); }
div.DivClassName
{
background-color: #D0EC8D;
}
.BgClassName
{
background-color: #D0EC8D;
}
</style>
border-color css
<style>
span { border-color: #D0EC8D; }
span { border-color: rgb(208,236,141); }
td.TdClassName
{
border-color: #D0EC8D;
}
.TagClassName
{
border-color: #D0EC8D;
}
</style>