Shades of Sulu #D0EE7C
Tints of Sulu #D0EE7C
RGB
CMYK
RGB Variations
Color information
#D0EE7C (or 0xD0EE7C) is known color: Sulu. HEX triplet: D0, EE and 7C. RGB value is (208,238,124). Sum of RGB (Red+Green+Blue) = 208+238+124=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE7C is #2F1183. Grayscale: #D8D8D8. Windows color (decimal): -3084676 or 8187600. OLE color: 8187600.
HSL color Cylindrical-coordinate representation of color #D0EE7C: hue angle of 75.79º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0EE7C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 124 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.07 |
| HSL | 75.79º | 0.77% | 0.71% | - |
| HSV(B) | 75.79º | 0.48% | 0.93% | - |
| XYZ | 60.23 | 76.01 | 30.57 | - |
| YUV | 216.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 124 | 0.13 | 0 | 0.48 | 0.07 | 75.79 | 0.77 | 0.71 |
| Hex | D0 | EE | 7C | D | 0 | 30 | 7 | 4C | 4D | 47 |
| Octal | 320 | 356 | 174 | 15 | 0 | 60 | 7 | 114 | 115 | 107 |
| Binary | 11010000 | 11101110 | 1111100 | 1101 | 0 | 110000 | 111 | 1001100 | 1001101 | 1000111 |
Color Harmonies of #D0EE7C
Complementary color
Monochromatic Colors of #D0EE7C
Black with #D0EE7C
Text Example
Text Example
White with #D0EE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE7C; }
p { color: rgb(208,238,124); }
H1.HeaderClassName
{
color: #D0EE7C;
}
.AnyTagClassName
{
color: #D0EE7C;
}
</style>
background-color css
<style>
a { background-color: #D0EE7C; }
a { background-color: rgb(208,238,124); }
div.DivClassName
{
background-color: #D0EE7C;
}
.BgClassName
{
background-color: #D0EE7C;
}
</style>
border-color css
<style>
span { border-color: #D0EE7C; }
span { border-color: rgb(208,238,124); }
td.TdClassName
{
border-color: #D0EE7C;
}
.TagClassName
{
border-color: #D0EE7C;
}
</style>