Shades of Dolly #EFF578
Tints of Dolly #EFF578
RGB
CMYK
RGB Variations
Color information
#EFF578 (or 0xEFF578) is known color: Dolly. HEX triplet: EF, F5 and 78. RGB value is (239,245,120). Sum of RGB (Red+Green+Blue) = 239+245+120=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 120 (47.27% from 255 or 19.87% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF578 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF578 is #100A87. Grayscale: #E5E5E5. Windows color (decimal): -1051272 or 7927279. OLE color: 7927279.
HSL color Cylindrical-coordinate representation of color #EFF578: hue angle of 62.88º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF578 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 120 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.04 |
| HSL | 62.88º | 0.86% | 0.72% | - |
| HSV(B) | 62.88º | 0.51% | 0.96% | - |
| XYZ | 71.64 | 85.01 | 30.4 | - |
| YUV | 228.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 120 | 0.02 | 0 | 0.51 | 0.04 | 62.88 | 0.86 | 0.72 |
| Hex | EF | F5 | 78 | 2 | 0 | 33 | 4 | 3F | 56 | 48 |
| Octal | 357 | 365 | 170 | 2 | 0 | 63 | 4 | 77 | 126 | 110 |
| Binary | 11101111 | 11110101 | 1111000 | 10 | 0 | 110011 | 100 | 111111 | 1010110 | 1001000 |
Color Harmonies of #EFF578
Complementary color
Monochromatic Colors of #EFF578
Black with #EFF578
Text Example
Text Example
White with #EFF578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF578; }
p { color: rgb(239,245,120); }
H1.HeaderClassName
{
color: #EFF578;
}
.AnyTagClassName
{
color: #EFF578;
}
</style>
background-color css
<style>
a { background-color: #EFF578; }
a { background-color: rgb(239,245,120); }
div.DivClassName
{
background-color: #EFF578;
}
.BgClassName
{
background-color: #EFF578;
}
</style>
border-color css
<style>
span { border-color: #EFF578; }
span { border-color: rgb(239,245,120); }
td.TdClassName
{
border-color: #EFF578;
}
.TagClassName
{
border-color: #EFF578;
}
</style>