Shades of Dolly #ECF778
Tints of Dolly #ECF778
RGB
CMYK
RGB Variations
Color information
#ECF778 (or 0xECF778) is known color: Dolly. HEX triplet: EC, F7 and 78. RGB value is (236,247,120). Sum of RGB (Red+Green+Blue) = 236+247+120=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF778 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF778 is #130887. Grayscale: #E5E5E5. Windows color (decimal): -1247368 or 7927788. OLE color: 7927788.
HSL color Cylindrical-coordinate representation of color #ECF778: hue angle of 65.2º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECF778 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 120 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.03 |
| HSL | 65.2º | 0.89% | 0.72% | - |
| HSV(B) | 65.2º | 0.51% | 0.97% | - |
| XYZ | 71.24 | 85.71 | 30.56 | - |
| YUV | 229.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 120 | 0.04 | 0 | 0.51 | 0.03 | 65.2 | 0.89 | 0.72 |
| Hex | EC | F7 | 78 | 4 | 0 | 33 | 3 | 41 | 59 | 48 |
| Octal | 354 | 367 | 170 | 4 | 0 | 63 | 3 | 101 | 131 | 110 |
| Binary | 11101100 | 11110111 | 1111000 | 100 | 0 | 110011 | 11 | 1000001 | 1011001 | 1001000 |
Color Harmonies of #ECF778
Complementary color
Monochromatic Colors of #ECF778
Black with #ECF778
Text Example
Text Example
White with #ECF778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF778; }
p { color: rgb(236,247,120); }
H1.HeaderClassName
{
color: #ECF778;
}
.AnyTagClassName
{
color: #ECF778;
}
</style>
background-color css
<style>
a { background-color: #ECF778; }
a { background-color: rgb(236,247,120); }
div.DivClassName
{
background-color: #ECF778;
}
.BgClassName
{
background-color: #ECF778;
}
</style>
border-color css
<style>
span { border-color: #ECF778; }
span { border-color: rgb(236,247,120); }
td.TdClassName
{
border-color: #ECF778;
}
.TagClassName
{
border-color: #ECF778;
}
</style>