Shades of Dolly #EFFC7C
Tints of Dolly #EFFC7C
RGB
CMYK
RGB Variations
Color information
#EFFC7C (or 0xEFFC7C) is known color: Dolly. HEX triplet: EF, FC and 7C. RGB value is (239,252,124). Sum of RGB (Red+Green+Blue) = 239+252+124=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 124 (48.83% from 255 or 20.16% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC7C is #100383. Grayscale: #EAEAEA. Windows color (decimal): -1049476 or 8191215. OLE color: 8191215.
HSL color Cylindrical-coordinate representation of color #EFFC7C: hue angle of 66.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFFC7C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 124 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.01 |
| HSL | 66.09º | 0.96% | 0.74% | - |
| HSV(B) | 66.09º | 0.51% | 0.99% | - |
| XYZ | 74.05 | 89.43 | 32.43 | - |
| YUV | 233.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 124 | 0.05 | 0 | 0.51 | 0.01 | 66.09 | 0.96 | 0.74 |
| Hex | EF | FC | 7C | 5 | 0 | 33 | 1 | 42 | 60 | 4A |
| Octal | 357 | 374 | 174 | 5 | 0 | 63 | 1 | 102 | 140 | 112 |
| Binary | 11101111 | 11111100 | 1111100 | 101 | 0 | 110011 | 1 | 1000010 | 1100000 | 1001010 |
Color Harmonies of #EFFC7C
Complementary color
Monochromatic Colors of #EFFC7C
Black with #EFFC7C
Text Example
Text Example
White with #EFFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC7C; }
p { color: rgb(239,252,124); }
H1.HeaderClassName
{
color: #EFFC7C;
}
.AnyTagClassName
{
color: #EFFC7C;
}
</style>
background-color css
<style>
a { background-color: #EFFC7C; }
a { background-color: rgb(239,252,124); }
div.DivClassName
{
background-color: #EFFC7C;
}
.BgClassName
{
background-color: #EFFC7C;
}
</style>
border-color css
<style>
span { border-color: #EFFC7C; }
span { border-color: rgb(239,252,124); }
td.TdClassName
{
border-color: #EFFC7C;
}
.TagClassName
{
border-color: #EFFC7C;
}
</style>