Shades of Sulu #D0EC7F
Tints of Sulu #D0EC7F
RGB
CMYK
RGB Variations
Color information
#D0EC7F (or 0xD0EC7F) is known color: Sulu. HEX triplet: D0, EC and 7F. RGB value is (208,236,127). Sum of RGB (Red+Green+Blue) = 208+236+127=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC7F is #2F1380. Grayscale: #D7D7D7. Windows color (decimal): -3085185 or 8383696. OLE color: 8383696.
HSL color Cylindrical-coordinate representation of color #D0EC7F: hue angle of 75.41º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0EC7F is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 127 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.07 |
| HSL | 75.41º | 0.74% | 0.71% | - |
| HSV(B) | 75.41º | 0.46% | 0.93% | - |
| XYZ | 59.84 | 74.93 | 31.39 | - |
| YUV | 215.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 127 | 0.12 | 0 | 0.46 | 0.07 | 75.41 | 0.74 | 0.71 |
| Hex | D0 | EC | 7F | C | 0 | 2E | 7 | 4B | 4A | 47 |
| Octal | 320 | 354 | 177 | 14 | 0 | 56 | 7 | 113 | 112 | 107 |
| Binary | 11010000 | 11101100 | 1111111 | 1100 | 0 | 101110 | 111 | 1001011 | 1001010 | 1000111 |
Color Harmonies of #D0EC7F
Complementary color
Monochromatic Colors of #D0EC7F
Black with #D0EC7F
Text Example
Text Example
White with #D0EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC7F; }
p { color: rgb(208,236,127); }
H1.HeaderClassName
{
color: #D0EC7F;
}
.AnyTagClassName
{
color: #D0EC7F;
}
</style>
background-color css
<style>
a { background-color: #D0EC7F; }
a { background-color: rgb(208,236,127); }
div.DivClassName
{
background-color: #D0EC7F;
}
.BgClassName
{
background-color: #D0EC7F;
}
</style>
border-color css
<style>
span { border-color: #D0EC7F; }
span { border-color: rgb(208,236,127); }
td.TdClassName
{
border-color: #D0EC7F;
}
.TagClassName
{
border-color: #D0EC7F;
}
</style>