Shades of Dolly #EFF86F
Tints of Dolly #EFF86F
RGB
CMYK
RGB Variations
Color information
#EFF86F (or 0xEFF86F) is known color: Dolly. HEX triplet: EF, F8 and 6F. RGB value is (239,248,111). Sum of RGB (Red+Green+Blue) = 239+248+111=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 111 (43.75% from 255 or 18.56% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF86F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF86F is #100790. Grayscale: #E6E6E6. Windows color (decimal): -1050513 or 7338223. OLE color: 7338223.
HSL color Cylindrical-coordinate representation of color #EFF86F: hue angle of 63.94º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFF86F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 111 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.03 |
| HSL | 63.94º | 0.91% | 0.7% | - |
| HSV(B) | 63.94º | 0.55% | 0.97% | - |
| XYZ | 72.03 | 86.63 | 27.96 | - |
| YUV | 229.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 111 | 0.04 | 0 | 0.55 | 0.03 | 63.94 | 0.91 | 0.7 |
| Hex | EF | F8 | 6F | 4 | 0 | 37 | 3 | 40 | 5B | 46 |
| Octal | 357 | 370 | 157 | 4 | 0 | 67 | 3 | 100 | 133 | 106 |
| Binary | 11101111 | 11111000 | 1101111 | 100 | 0 | 110111 | 11 | 1000000 | 1011011 | 1000110 |
Color Harmonies of #EFF86F
Complementary color
Monochromatic Colors of #EFF86F
Black with #EFF86F
Text Example
Text Example
White with #EFF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF86F; }
p { color: rgb(239,248,111); }
H1.HeaderClassName
{
color: #EFF86F;
}
.AnyTagClassName
{
color: #EFF86F;
}
</style>
background-color css
<style>
a { background-color: #EFF86F; }
a { background-color: rgb(239,248,111); }
div.DivClassName
{
background-color: #EFF86F;
}
.BgClassName
{
background-color: #EFF86F;
}
</style>
border-color css
<style>
span { border-color: #EFF86F; }
span { border-color: rgb(239,248,111); }
td.TdClassName
{
border-color: #EFF86F;
}
.TagClassName
{
border-color: #EFF86F;
}
</style>