Shades of Dolly #EFF56E
Tints of Dolly #EFF56E
RGB
CMYK
RGB Variations
Color information
#EFF56E (or 0xEFF56E) is known color: Dolly. HEX triplet: EF, F5 and 6E. RGB value is (239,245,110). Sum of RGB (Red+Green+Blue) = 239+245+110=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 110 (43.36% from 255 or 18.52% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF56E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF56E is #100A91. Grayscale: #E4E4E4. Windows color (decimal): -1051282 or 7271919. OLE color: 7271919.
HSL color Cylindrical-coordinate representation of color #EFF56E: hue angle of 62.67º 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 #EFF56E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 110 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.04 |
| HSL | 62.67º | 0.87% | 0.7% | - |
| HSV(B) | 62.67º | 0.55% | 0.96% | - |
| XYZ | 71.06 | 84.78 | 27.37 | - |
| YUV | 227.82 | 61.51 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 110 | 0.02 | 0 | 0.55 | 0.04 | 62.67 | 0.87 | 0.7 |
| Hex | EF | F5 | 6E | 2 | 0 | 37 | 4 | 3F | 57 | 46 |
| Octal | 357 | 365 | 156 | 2 | 0 | 67 | 4 | 77 | 127 | 106 |
| Binary | 11101111 | 11110101 | 1101110 | 10 | 0 | 110111 | 100 | 111111 | 1010111 | 1000110 |
Color Harmonies of #EFF56E
Complementary color
Monochromatic Colors of #EFF56E
Black with #EFF56E
Text Example
Text Example
White with #EFF56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF56E; }
p { color: rgb(239,245,110); }
H1.HeaderClassName
{
color: #EFF56E;
}
.AnyTagClassName
{
color: #EFF56E;
}
</style>
background-color css
<style>
a { background-color: #EFF56E; }
a { background-color: rgb(239,245,110); }
div.DivClassName
{
background-color: #EFF56E;
}
.BgClassName
{
background-color: #EFF56E;
}
</style>
border-color css
<style>
span { border-color: #EFF56E; }
span { border-color: rgb(239,245,110); }
td.TdClassName
{
border-color: #EFF56E;
}
.TagClassName
{
border-color: #EFF56E;
}
</style>