Shades of Dolly #EFF976
Tints of Dolly #EFF976
RGB
CMYK
RGB Variations
Color information
#EFF976 (or 0xEFF976) is known color: Dolly. HEX triplet: EF, F9 and 76. RGB value is (239,249,118). Sum of RGB (Red+Green+Blue) = 239+249+118=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 118 (46.48% from 255 or 19.47% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF976 is #100689. Grayscale: #E7E7E7. Windows color (decimal): -1050250 or 7797231. OLE color: 7797231.
HSL color Cylindrical-coordinate representation of color #EFF976: hue angle of 64.58º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFF976 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 118 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.02 |
| HSL | 64.58º | 0.92% | 0.72% | - |
| HSV(B) | 64.58º | 0.53% | 0.98% | - |
| XYZ | 72.74 | 87.41 | 30.18 | - |
| YUV | 231.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 118 | 0.04 | 0 | 0.53 | 0.02 | 64.58 | 0.92 | 0.72 |
| Hex | EF | F9 | 76 | 4 | 0 | 35 | 2 | 41 | 5C | 48 |
| Octal | 357 | 371 | 166 | 4 | 0 | 65 | 2 | 101 | 134 | 110 |
| Binary | 11101111 | 11111001 | 1110110 | 100 | 0 | 110101 | 10 | 1000001 | 1011100 | 1001000 |
Color Harmonies of #EFF976
Complementary color
Monochromatic Colors of #EFF976
Black with #EFF976
Text Example
Text Example
White with #EFF976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF976; }
p { color: rgb(239,249,118); }
H1.HeaderClassName
{
color: #EFF976;
}
.AnyTagClassName
{
color: #EFF976;
}
</style>
background-color css
<style>
a { background-color: #EFF976; }
a { background-color: rgb(239,249,118); }
div.DivClassName
{
background-color: #EFF976;
}
.BgClassName
{
background-color: #EFF976;
}
</style>
border-color css
<style>
span { border-color: #EFF976; }
span { border-color: rgb(239,249,118); }
td.TdClassName
{
border-color: #EFF976;
}
.TagClassName
{
border-color: #EFF976;
}
</style>