Shades of Sulu #D0EF7C
Tints of Sulu #D0EF7C
RGB
CMYK
RGB Variations
Color information
#D0EF7C (or 0xD0EF7C) is known color: Sulu. HEX triplet: D0, EF and 7C. RGB value is (208,239,124). Sum of RGB (Red+Green+Blue) = 208+239+124=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF7C is #2F1083. Grayscale: #D9D9D9. Windows color (decimal): -3084420 or 8187856. OLE color: 8187856.
HSL color Cylindrical-coordinate representation of color #D0EF7C: hue angle of 76.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0EF7C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 124 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.06 |
| HSL | 76.17º | 0.78% | 0.71% | - |
| HSV(B) | 76.17º | 0.48% | 0.94% | - |
| XYZ | 60.52 | 76.6 | 30.66 | - |
| YUV | 216.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 124 | 0.13 | 0 | 0.48 | 0.06 | 76.17 | 0.78 | 0.71 |
| Hex | D0 | EF | 7C | D | 0 | 30 | 6 | 4C | 4E | 47 |
| Octal | 320 | 357 | 174 | 15 | 0 | 60 | 6 | 114 | 116 | 107 |
| Binary | 11010000 | 11101111 | 1111100 | 1101 | 0 | 110000 | 110 | 1001100 | 1001110 | 1000111 |
Color Harmonies of #D0EF7C
Complementary color
Monochromatic Colors of #D0EF7C
Black with #D0EF7C
Text Example
Text Example
White with #D0EF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF7C; }
p { color: rgb(208,239,124); }
H1.HeaderClassName
{
color: #D0EF7C;
}
.AnyTagClassName
{
color: #D0EF7C;
}
</style>
background-color css
<style>
a { background-color: #D0EF7C; }
a { background-color: rgb(208,239,124); }
div.DivClassName
{
background-color: #D0EF7C;
}
.BgClassName
{
background-color: #D0EF7C;
}
</style>
border-color css
<style>
span { border-color: #D0EF7C; }
span { border-color: rgb(208,239,124); }
td.TdClassName
{
border-color: #D0EF7C;
}
.TagClassName
{
border-color: #D0EF7C;
}
</style>