Shades of Dolly #EFF87A
Tints of Dolly #EFF87A
RGB
CMYK
RGB Variations
Color information
#EFF87A (or 0xEFF87A) is known color: Dolly. HEX triplet: EF, F8 and 7A. RGB value is (239,248,122). Sum of RGB (Red+Green+Blue) = 239+248+122=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 248 (97.27% from 255 or 40.72% from 609); Blue value is 122 (48.05% from 255 or 20.03% from 609); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF87A is #100785. Grayscale: #E7E7E7. Windows color (decimal): -1050502 or 8059119. OLE color: 8059119.
HSL color Cylindrical-coordinate representation of color #EFF87A: hue angle of 64.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF87A is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 122 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.03 |
| HSL | 64.29º | 0.9% | 0.73% | - |
| HSV(B) | 64.29º | 0.51% | 0.97% | - |
| XYZ | 72.68 | 86.89 | 31.35 | - |
| YUV | 230.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 122 | 0.04 | 0 | 0.51 | 0.03 | 64.29 | 0.9 | 0.73 |
| Hex | EF | F8 | 7A | 4 | 0 | 33 | 3 | 40 | 5A | 49 |
| Octal | 357 | 370 | 172 | 4 | 0 | 63 | 3 | 100 | 132 | 111 |
| Binary | 11101111 | 11111000 | 1111010 | 100 | 0 | 110011 | 11 | 1000000 | 1011010 | 1001001 |
Color Harmonies of #EFF87A
Complementary color
Monochromatic Colors of #EFF87A
Black with #EFF87A
Text Example
Text Example
White with #EFF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF87A; }
p { color: rgb(239,248,122); }
H1.HeaderClassName
{
color: #EFF87A;
}
.AnyTagClassName
{
color: #EFF87A;
}
</style>
background-color css
<style>
a { background-color: #EFF87A; }
a { background-color: rgb(239,248,122); }
div.DivClassName
{
background-color: #EFF87A;
}
.BgClassName
{
background-color: #EFF87A;
}
</style>
border-color css
<style>
span { border-color: #EFF87A; }
span { border-color: rgb(239,248,122); }
td.TdClassName
{
border-color: #EFF87A;
}
.TagClassName
{
border-color: #EFF87A;
}
</style>