Shades of Dolly #EFF579
Tints of Dolly #EFF579
RGB
CMYK
RGB Variations
Color information
#EFF579 (or 0xEFF579) is known color: Dolly. HEX triplet: EF, F5 and 79. RGB value is (239,245,121). Sum of RGB (Red+Green+Blue) = 239+245+121=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 121 (47.66% from 255 or 20% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF579 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF579 is #100A86. Grayscale: #E5E5E5. Windows color (decimal): -1051271 or 7992815. OLE color: 7992815.
HSL color Cylindrical-coordinate representation of color #EFF579: hue angle of 62.9º 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 #EFF579 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 121 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.04 |
| HSL | 62.9º | 0.86% | 0.72% | - |
| HSV(B) | 62.9º | 0.51% | 0.96% | - |
| XYZ | 71.7 | 85.04 | 30.72 | - |
| YUV | 229.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 121 | 0.02 | 0 | 0.51 | 0.04 | 62.9 | 0.86 | 0.72 |
| Hex | EF | F5 | 79 | 2 | 0 | 33 | 4 | 3F | 56 | 48 |
| Octal | 357 | 365 | 171 | 2 | 0 | 63 | 4 | 77 | 126 | 110 |
| Binary | 11101111 | 11110101 | 1111001 | 10 | 0 | 110011 | 100 | 111111 | 1010110 | 1001000 |
Color Harmonies of #EFF579
Complementary color
Monochromatic Colors of #EFF579
Black with #EFF579
Text Example
Text Example
White with #EFF579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF579; }
p { color: rgb(239,245,121); }
H1.HeaderClassName
{
color: #EFF579;
}
.AnyTagClassName
{
color: #EFF579;
}
</style>
background-color css
<style>
a { background-color: #EFF579; }
a { background-color: rgb(239,245,121); }
div.DivClassName
{
background-color: #EFF579;
}
.BgClassName
{
background-color: #EFF579;
}
</style>
border-color css
<style>
span { border-color: #EFF579; }
span { border-color: rgb(239,245,121); }
td.TdClassName
{
border-color: #EFF579;
}
.TagClassName
{
border-color: #EFF579;
}
</style>