Shades of Dolly #EFF470
Tints of Dolly #EFF470
RGB
CMYK
RGB Variations
Color information
#EFF470 (or 0xEFF470) is known color: Dolly. HEX triplet: EF, F4 and 70. RGB value is (239,244,112). Sum of RGB (Red+Green+Blue) = 239+244+112=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF470 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF470 is #100B8F. Grayscale: #E3E3E3. Windows color (decimal): -1051536 or 7402735. OLE color: 7402735.
HSL color Cylindrical-coordinate representation of color #EFF470: hue angle of 62.27º degrees, saturation: 0.86, 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 #EFF470 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 112 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.04 |
| HSL | 62.27º | 0.86% | 0.7% | - |
| HSV(B) | 62.27º | 0.54% | 0.96% | - |
| XYZ | 70.87 | 84.22 | 27.85 | - |
| YUV | 227.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 112 | 0.02 | 0 | 0.54 | 0.04 | 62.27 | 0.86 | 0.7 |
| Hex | EF | F4 | 70 | 2 | 0 | 36 | 4 | 3E | 56 | 46 |
| Octal | 357 | 364 | 160 | 2 | 0 | 66 | 4 | 76 | 126 | 106 |
| Binary | 11101111 | 11110100 | 1110000 | 10 | 0 | 110110 | 100 | 111110 | 1010110 | 1000110 |
Color Harmonies of #EFF470
Complementary color
Monochromatic Colors of #EFF470
Black with #EFF470
Text Example
Text Example
White with #EFF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF470; }
p { color: rgb(239,244,112); }
H1.HeaderClassName
{
color: #EFF470;
}
.AnyTagClassName
{
color: #EFF470;
}
</style>
background-color css
<style>
a { background-color: #EFF470; }
a { background-color: rgb(239,244,112); }
div.DivClassName
{
background-color: #EFF470;
}
.BgClassName
{
background-color: #EFF470;
}
</style>
border-color css
<style>
span { border-color: #EFF470; }
span { border-color: rgb(239,244,112); }
td.TdClassName
{
border-color: #EFF470;
}
.TagClassName
{
border-color: #EFF470;
}
</style>