Shades of Sulu #D0EC80
Tints of Sulu #D0EC80
RGB
CMYK
RGB Variations
Color information
#D0EC80 (or 0xD0EC80) is known color: Sulu. HEX triplet: D0, EC and 80. RGB value is (208,236,128). Sum of RGB (Red+Green+Blue) = 208+236+128=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EC80 is #2F137F. Grayscale: #D7D7D7. Windows color (decimal): -3085184 or 8449232. OLE color: 8449232.
HSL color Cylindrical-coordinate representation of color #D0EC80: hue angle of 75.56º 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 #D0EC80 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 128 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.07 |
| HSL | 75.56º | 0.74% | 0.71% | - |
| HSV(B) | 75.56º | 0.46% | 0.93% | - |
| XYZ | 59.9 | 74.96 | 31.73 | - |
| YUV | 215.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 128 | 0.12 | 0 | 0.46 | 0.07 | 75.56 | 0.74 | 0.71 |
| Hex | D0 | EC | 80 | C | 0 | 2E | 7 | 4C | 4A | 47 |
| Octal | 320 | 354 | 200 | 14 | 0 | 56 | 7 | 114 | 112 | 107 |
| Binary | 11010000 | 11101100 | 10000000 | 1100 | 0 | 101110 | 111 | 1001100 | 1001010 | 1000111 |
Color Harmonies of #D0EC80
Complementary color
Monochromatic Colors of #D0EC80
Black with #D0EC80
Text Example
Text Example
White with #D0EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC80; }
p { color: rgb(208,236,128); }
H1.HeaderClassName
{
color: #D0EC80;
}
.AnyTagClassName
{
color: #D0EC80;
}
</style>
background-color css
<style>
a { background-color: #D0EC80; }
a { background-color: rgb(208,236,128); }
div.DivClassName
{
background-color: #D0EC80;
}
.BgClassName
{
background-color: #D0EC80;
}
</style>
border-color css
<style>
span { border-color: #D0EC80; }
span { border-color: rgb(208,236,128); }
td.TdClassName
{
border-color: #D0EC80;
}
.TagClassName
{
border-color: #D0EC80;
}
</style>