Shades of Sulu #D0EC7D
Tints of Sulu #D0EC7D
RGB
CMYK
RGB Variations
Color information
#D0EC7D (or 0xD0EC7D) is known color: Sulu. HEX triplet: D0, EC and 7D. RGB value is (208,236,125). Sum of RGB (Red+Green+Blue) = 208+236+125=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC7D is #2F1382. Grayscale: #D7D7D7. Windows color (decimal): -3085187 or 8252624. OLE color: 8252624.
HSL color Cylindrical-coordinate representation of color #D0EC7D: hue angle of 75.14º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0EC7D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 125 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.07 |
| HSL | 75.14º | 0.74% | 0.71% | - |
| HSV(B) | 75.14º | 0.47% | 0.93% | - |
| XYZ | 59.71 | 74.88 | 30.71 | - |
| YUV | 214.97 | 77.22 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 125 | 0.12 | 0 | 0.47 | 0.07 | 75.14 | 0.74 | 0.71 |
| Hex | D0 | EC | 7D | C | 0 | 2F | 7 | 4B | 4A | 47 |
| Octal | 320 | 354 | 175 | 14 | 0 | 57 | 7 | 113 | 112 | 107 |
| Binary | 11010000 | 11101100 | 1111101 | 1100 | 0 | 101111 | 111 | 1001011 | 1001010 | 1000111 |
Color Harmonies of #D0EC7D
Complementary color
Monochromatic Colors of #D0EC7D
Black with #D0EC7D
Text Example
Text Example
White with #D0EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC7D; }
p { color: rgb(208,236,125); }
H1.HeaderClassName
{
color: #D0EC7D;
}
.AnyTagClassName
{
color: #D0EC7D;
}
</style>
background-color css
<style>
a { background-color: #D0EC7D; }
a { background-color: rgb(208,236,125); }
div.DivClassName
{
background-color: #D0EC7D;
}
.BgClassName
{
background-color: #D0EC7D;
}
</style>
border-color css
<style>
span { border-color: #D0EC7D; }
span { border-color: rgb(208,236,125); }
td.TdClassName
{
border-color: #D0EC7D;
}
.TagClassName
{
border-color: #D0EC7D;
}
</style>