Shades of Dolly #EFFE76
Tints of Dolly #EFFE76
RGB
CMYK
RGB Variations
Color information
#EFFE76 (or 0xEFFE76) is known color: Dolly. HEX triplet: EF, FE and 76. RGB value is (239,254,118). Sum of RGB (Red+Green+Blue) = 239+254+118=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 118 (46.48% from 255 or 19.31% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFE76 is #100189. Grayscale: #EAEAEA. Windows color (decimal): -1048970 or 7798511. OLE color: 7798511.
HSL color Cylindrical-coordinate representation of color #EFFE76: hue angle of 66.62º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFFE76 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 118 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.00 |
| HSL | 66.62º | 0.99% | 0.73% | - |
| HSV(B) | 66.62º | 0.54% | 1% | - |
| XYZ | 74.31 | 90.54 | 30.7 | - |
| YUV | 234.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 118 | 0.06 | 0 | 0.54 | 0.00 | 66.62 | 0.99 | 0.73 |
| Hex | EF | FE | 76 | 6 | 0 | 36 | 0 | 43 | 63 | 49 |
| Octal | 357 | 376 | 166 | 6 | 0 | 66 | 0 | 103 | 143 | 111 |
| Binary | 11101111 | 11111110 | 1110110 | 110 | 0 | 110110 | 0 | 1000011 | 1100011 | 1001001 |
Color Harmonies of #EFFE76
Complementary color
Monochromatic Colors of #EFFE76
Black with #EFFE76
Text Example
Text Example
White with #EFFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE76; }
p { color: rgb(239,254,118); }
H1.HeaderClassName
{
color: #EFFE76;
}
.AnyTagClassName
{
color: #EFFE76;
}
</style>
background-color css
<style>
a { background-color: #EFFE76; }
a { background-color: rgb(239,254,118); }
div.DivClassName
{
background-color: #EFFE76;
}
.BgClassName
{
background-color: #EFFE76;
}
</style>
border-color css
<style>
span { border-color: #EFFE76; }
span { border-color: rgb(239,254,118); }
td.TdClassName
{
border-color: #EFFE76;
}
.TagClassName
{
border-color: #EFFE76;
}
</style>