Shades of Dolly #EFF570
Tints of Dolly #EFF570
RGB
CMYK
RGB Variations
Color information
#EFF570 (or 0xEFF570) is known color: Dolly. HEX triplet: EF, F5 and 70. RGB value is (239,245,112). Sum of RGB (Red+Green+Blue) = 239+245+112=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF570 is #100A8F. Grayscale: #E4E4E4. Windows color (decimal): -1051280 or 7402991. OLE color: 7402991.
HSL color Cylindrical-coordinate representation of color #EFF570: hue angle of 62.71º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFF570 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 112 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.04 |
| HSL | 62.71º | 0.87% | 0.7% | - |
| HSV(B) | 62.71º | 0.54% | 0.96% | - |
| XYZ | 71.17 | 84.83 | 27.95 | - |
| YUV | 228.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 112 | 0.02 | 0 | 0.54 | 0.04 | 62.71 | 0.87 | 0.7 |
| Hex | EF | F5 | 70 | 2 | 0 | 36 | 4 | 3F | 57 | 46 |
| Octal | 357 | 365 | 160 | 2 | 0 | 66 | 4 | 77 | 127 | 106 |
| Binary | 11101111 | 11110101 | 1110000 | 10 | 0 | 110110 | 100 | 111111 | 1010111 | 1000110 |
Color Harmonies of #EFF570
Complementary color
Monochromatic Colors of #EFF570
Black with #EFF570
Text Example
Text Example
White with #EFF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF570; }
p { color: rgb(239,245,112); }
H1.HeaderClassName
{
color: #EFF570;
}
.AnyTagClassName
{
color: #EFF570;
}
</style>
background-color css
<style>
a { background-color: #EFF570; }
a { background-color: rgb(239,245,112); }
div.DivClassName
{
background-color: #EFF570;
}
.BgClassName
{
background-color: #EFF570;
}
</style>
border-color css
<style>
span { border-color: #EFF570; }
span { border-color: rgb(239,245,112); }
td.TdClassName
{
border-color: #EFF570;
}
.TagClassName
{
border-color: #EFF570;
}
</style>