Shades of Dolly #EFF772
Tints of Dolly #EFF772
RGB
CMYK
RGB Variations
Color information
#EFF772 (or 0xEFF772) is known color: Dolly. HEX triplet: EF, F7 and 72. RGB value is (239,247,114). Sum of RGB (Red+Green+Blue) = 239+247+114=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF772 is #10088D. Grayscale: #E5E5E5. Windows color (decimal): -1050766 or 7534575. OLE color: 7534575.
HSL color Cylindrical-coordinate representation of color #EFF772: hue angle of 63.61º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFF772 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 114 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.03 |
| HSL | 63.61º | 0.89% | 0.71% | - |
| HSV(B) | 63.61º | 0.54% | 0.97% | - |
| XYZ | 71.89 | 86.09 | 28.75 | - |
| YUV | 229.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 114 | 0.03 | 0 | 0.54 | 0.03 | 63.61 | 0.89 | 0.71 |
| Hex | EF | F7 | 72 | 3 | 0 | 36 | 3 | 40 | 59 | 47 |
| Octal | 357 | 367 | 162 | 3 | 0 | 66 | 3 | 100 | 131 | 107 |
| Binary | 11101111 | 11110111 | 1110010 | 11 | 0 | 110110 | 11 | 1000000 | 1011001 | 1000111 |
Color Harmonies of #EFF772
Complementary color
Monochromatic Colors of #EFF772
Black with #EFF772
Text Example
Text Example
White with #EFF772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF772; }
p { color: rgb(239,247,114); }
H1.HeaderClassName
{
color: #EFF772;
}
.AnyTagClassName
{
color: #EFF772;
}
</style>
background-color css
<style>
a { background-color: #EFF772; }
a { background-color: rgb(239,247,114); }
div.DivClassName
{
background-color: #EFF772;
}
.BgClassName
{
background-color: #EFF772;
}
</style>
border-color css
<style>
span { border-color: #EFF772; }
span { border-color: rgb(239,247,114); }
td.TdClassName
{
border-color: #EFF772;
}
.TagClassName
{
border-color: #EFF772;
}
</style>