Shades of Dolly #EFF56F
Tints of Dolly #EFF56F
RGB
CMYK
RGB Variations
Color information
#EFF56F (or 0xEFF56F) is known color: Dolly. HEX triplet: EF, F5 and 6F. RGB value is (239,245,111). Sum of RGB (Red+Green+Blue) = 239+245+111=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 111 (43.75% from 255 or 18.66% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF56F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF56F is #100A90. Grayscale: #E4E4E4. Windows color (decimal): -1051281 or 7337455. OLE color: 7337455.
HSL color Cylindrical-coordinate representation of color #EFF56F: hue angle of 62.69º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFF56F is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 111 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.04 |
| HSL | 62.69º | 0.87% | 0.7% | - |
| HSV(B) | 62.69º | 0.55% | 0.96% | - |
| XYZ | 71.12 | 84.8 | 27.66 | - |
| YUV | 227.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 111 | 0.02 | 0 | 0.55 | 0.04 | 62.69 | 0.87 | 0.7 |
| Hex | EF | F5 | 6F | 2 | 0 | 37 | 4 | 3F | 57 | 46 |
| Octal | 357 | 365 | 157 | 2 | 0 | 67 | 4 | 77 | 127 | 106 |
| Binary | 11101111 | 11110101 | 1101111 | 10 | 0 | 110111 | 100 | 111111 | 1010111 | 1000110 |
Color Harmonies of #EFF56F
Complementary color
Monochromatic Colors of #EFF56F
Black with #EFF56F
Text Example
Text Example
White with #EFF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF56F; }
p { color: rgb(239,245,111); }
H1.HeaderClassName
{
color: #EFF56F;
}
.AnyTagClassName
{
color: #EFF56F;
}
</style>
background-color css
<style>
a { background-color: #EFF56F; }
a { background-color: rgb(239,245,111); }
div.DivClassName
{
background-color: #EFF56F;
}
.BgClassName
{
background-color: #EFF56F;
}
</style>
border-color css
<style>
span { border-color: #EFF56F; }
span { border-color: rgb(239,245,111); }
td.TdClassName
{
border-color: #EFF56F;
}
.TagClassName
{
border-color: #EFF56F;
}
</style>