Shades of Dolly #EFFC76
Tints of Dolly #EFFC76
RGB
CMYK
RGB Variations
Color information
#EFFC76 (or 0xEFFC76) is known color: Dolly. HEX triplet: EF, FC and 76. RGB value is (239,252,118). Sum of RGB (Red+Green+Blue) = 239+252+118=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 118 (46.48% from 255 or 19.38% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC76 is #100389. Grayscale: #E9E9E9. Windows color (decimal): -1049482 or 7797999. OLE color: 7797999.
HSL color Cylindrical-coordinate representation of color #EFFC76: hue angle of 65.82º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFFC76 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 118 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.01 |
| HSL | 65.82º | 0.96% | 0.73% | - |
| HSV(B) | 65.82º | 0.53% | 0.99% | - |
| XYZ | 73.68 | 89.28 | 30.49 | - |
| YUV | 232.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 118 | 0.05 | 0 | 0.53 | 0.01 | 65.82 | 0.96 | 0.73 |
| Hex | EF | FC | 76 | 5 | 0 | 35 | 1 | 42 | 60 | 49 |
| Octal | 357 | 374 | 166 | 5 | 0 | 65 | 1 | 102 | 140 | 111 |
| Binary | 11101111 | 11111100 | 1110110 | 101 | 0 | 110101 | 1 | 1000010 | 1100000 | 1001001 |
Color Harmonies of #EFFC76
Complementary color
Monochromatic Colors of #EFFC76
Black with #EFFC76
Text Example
Text Example
White with #EFFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC76; }
p { color: rgb(239,252,118); }
H1.HeaderClassName
{
color: #EFFC76;
}
.AnyTagClassName
{
color: #EFFC76;
}
</style>
background-color css
<style>
a { background-color: #EFFC76; }
a { background-color: rgb(239,252,118); }
div.DivClassName
{
background-color: #EFFC76;
}
.BgClassName
{
background-color: #EFFC76;
}
</style>
border-color css
<style>
span { border-color: #EFFC76; }
span { border-color: rgb(239,252,118); }
td.TdClassName
{
border-color: #EFFC76;
}
.TagClassName
{
border-color: #EFFC76;
}
</style>