Shades of Dolly #EFF979
Tints of Dolly #EFF979
RGB
CMYK
RGB Variations
Color information
#EFF979 (or 0xEFF979) is known color: Dolly. HEX triplet: EF, F9 and 79. RGB value is (239,249,121). Sum of RGB (Red+Green+Blue) = 239+249+121=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 121 (47.66% from 255 or 19.87% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF979 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF979 is #100686. Grayscale: #E7E7E7. Windows color (decimal): -1050247 or 7993839. OLE color: 7993839.
HSL color Cylindrical-coordinate representation of color #EFF979: hue angle of 64.69º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF979 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 121 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.02 |
| HSL | 64.69º | 0.91% | 0.73% | - |
| HSV(B) | 64.69º | 0.51% | 0.98% | - |
| XYZ | 72.92 | 87.48 | 31.13 | - |
| YUV | 231.42 | 65.69 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 121 | 0.04 | 0 | 0.51 | 0.02 | 64.69 | 0.91 | 0.73 |
| Hex | EF | F9 | 79 | 4 | 0 | 33 | 2 | 41 | 5B | 49 |
| Octal | 357 | 371 | 171 | 4 | 0 | 63 | 2 | 101 | 133 | 111 |
| Binary | 11101111 | 11111001 | 1111001 | 100 | 0 | 110011 | 10 | 1000001 | 1011011 | 1001001 |
Color Harmonies of #EFF979
Complementary color
Monochromatic Colors of #EFF979
Black with #EFF979
Text Example
Text Example
White with #EFF979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF979; }
p { color: rgb(239,249,121); }
H1.HeaderClassName
{
color: #EFF979;
}
.AnyTagClassName
{
color: #EFF979;
}
</style>
background-color css
<style>
a { background-color: #EFF979; }
a { background-color: rgb(239,249,121); }
div.DivClassName
{
background-color: #EFF979;
}
.BgClassName
{
background-color: #EFF979;
}
</style>
border-color css
<style>
span { border-color: #EFF979; }
span { border-color: rgb(239,249,121); }
td.TdClassName
{
border-color: #EFF979;
}
.TagClassName
{
border-color: #EFF979;
}
</style>