Shades of Dolly #EFF86E
Tints of Dolly #EFF86E
RGB
CMYK
RGB Variations
Color information
#EFF86E (or 0xEFF86E) is known color: Dolly. HEX triplet: EF, F8 and 6E. RGB value is (239,248,110). Sum of RGB (Red+Green+Blue) = 239+248+110=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 110 (43.36% from 255 or 18.43% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF86E is #100791. Grayscale: #E6E6E6. Windows color (decimal): -1050514 or 7272687. OLE color: 7272687.
HSL color Cylindrical-coordinate representation of color #EFF86E: hue angle of 63.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFF86E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 110 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.03 |
| HSL | 63.91º | 0.91% | 0.7% | - |
| HSV(B) | 63.91º | 0.56% | 0.97% | - |
| XYZ | 71.98 | 86.61 | 27.68 | - |
| YUV | 229.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 110 | 0.04 | 0 | 0.56 | 0.03 | 63.91 | 0.91 | 0.7 |
| Hex | EF | F8 | 6E | 4 | 0 | 38 | 3 | 40 | 5B | 46 |
| Octal | 357 | 370 | 156 | 4 | 0 | 70 | 3 | 100 | 133 | 106 |
| Binary | 11101111 | 11111000 | 1101110 | 100 | 0 | 111000 | 11 | 1000000 | 1011011 | 1000110 |
Color Harmonies of #EFF86E
Complementary color
Monochromatic Colors of #EFF86E
Black with #EFF86E
Text Example
Text Example
White with #EFF86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF86E; }
p { color: rgb(239,248,110); }
H1.HeaderClassName
{
color: #EFF86E;
}
.AnyTagClassName
{
color: #EFF86E;
}
</style>
background-color css
<style>
a { background-color: #EFF86E; }
a { background-color: rgb(239,248,110); }
div.DivClassName
{
background-color: #EFF86E;
}
.BgClassName
{
background-color: #EFF86E;
}
</style>
border-color css
<style>
span { border-color: #EFF86E; }
span { border-color: rgb(239,248,110); }
td.TdClassName
{
border-color: #EFF86E;
}
.TagClassName
{
border-color: #EFF86E;
}
</style>