Shades of Dolly #ECFF78
Tints of Dolly #ECFF78
RGB
CMYK
RGB Variations
Color information
#ECFF78 (or 0xECFF78) is known color: Dolly. HEX triplet: EC, FF and 78. RGB value is (236,255,120). Sum of RGB (Red+Green+Blue) = 236+255+120=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 120 (47.27% from 255 or 19.64% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFF78 is #130087. Grayscale: #EAEAEA. Windows color (decimal): -1245320 or 7929836. OLE color: 7929836.
HSL color Cylindrical-coordinate representation of color #ECFF78: hue angle of 68.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECFF78 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 120 | - |
| CMYK | 0.07 | 0 | 0.53 | 0 |
| HSL | 68.44º | 1% | 0.74% | - |
| HSV(B) | 68.44º | 0.53% | 1% | - |
| XYZ | 73.74 | 90.71 | 31.39 | - |
| YUV | 233.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 120 | 0.07 | 0 | 0.53 | 0 | 68.44 | 1 | 0.74 |
| Hex | EC | FF | 78 | 7 | 0 | 35 | 0 | 44 | 64 | 4A |
| Octal | 354 | 377 | 170 | 7 | 0 | 65 | 0 | 104 | 144 | 112 |
| Binary | 11101100 | 11111111 | 1111000 | 111 | 0 | 110101 | 0 | 1000100 | 1100100 | 1001010 |
Color Harmonies of #ECFF78
Complementary color
Monochromatic Colors of #ECFF78
Black with #ECFF78
Text Example
Text Example
White with #ECFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF78; }
p { color: rgb(236,255,120); }
H1.HeaderClassName
{
color: #ECFF78;
}
.AnyTagClassName
{
color: #ECFF78;
}
</style>
background-color css
<style>
a { background-color: #ECFF78; }
a { background-color: rgb(236,255,120); }
div.DivClassName
{
background-color: #ECFF78;
}
.BgClassName
{
background-color: #ECFF78;
}
</style>
border-color css
<style>
span { border-color: #ECFF78; }
span { border-color: rgb(236,255,120); }
td.TdClassName
{
border-color: #ECFF78;
}
.TagClassName
{
border-color: #ECFF78;
}
</style>