Shades of Dolly #EFF87E
Tints of Dolly #EFF87E
RGB
CMYK
RGB Variations
Color information
#EFF87E (or 0xEFF87E) is known color: Dolly. HEX triplet: EF, F8 and 7E. RGB value is (239,248,126). Sum of RGB (Red+Green+Blue) = 239+248+126=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 126 (49.61% from 255 or 20.55% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF87E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF87E is #100781. Grayscale: #E7E7E7. Windows color (decimal): -1050498 or 8321263. OLE color: 8321263.
HSL color Cylindrical-coordinate representation of color #EFF87E: hue angle of 64.43º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFF87E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 126 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.03 |
| HSL | 64.43º | 0.9% | 0.73% | - |
| HSV(B) | 64.43º | 0.49% | 0.97% | - |
| XYZ | 72.93 | 86.99 | 32.69 | - |
| YUV | 231.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 126 | 0.04 | 0 | 0.49 | 0.03 | 64.43 | 0.9 | 0.73 |
| Hex | EF | F8 | 7E | 4 | 0 | 31 | 3 | 40 | 5A | 49 |
| Octal | 357 | 370 | 176 | 4 | 0 | 61 | 3 | 100 | 132 | 111 |
| Binary | 11101111 | 11111000 | 1111110 | 100 | 0 | 110001 | 11 | 1000000 | 1011010 | 1001001 |
Color Harmonies of #EFF87E
Complementary color
Monochromatic Colors of #EFF87E
Black with #EFF87E
Text Example
Text Example
White with #EFF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF87E; }
p { color: rgb(239,248,126); }
H1.HeaderClassName
{
color: #EFF87E;
}
.AnyTagClassName
{
color: #EFF87E;
}
</style>
background-color css
<style>
a { background-color: #EFF87E; }
a { background-color: rgb(239,248,126); }
div.DivClassName
{
background-color: #EFF87E;
}
.BgClassName
{
background-color: #EFF87E;
}
</style>
border-color css
<style>
span { border-color: #EFF87E; }
span { border-color: rgb(239,248,126); }
td.TdClassName
{
border-color: #EFF87E;
}
.TagClassName
{
border-color: #EFF87E;
}
</style>