Shades of Dolly #EFFC78
Tints of Dolly #EFFC78
RGB
CMYK
RGB Variations
Color information
#EFFC78 (or 0xEFFC78) is known color: Dolly. HEX triplet: EF, FC and 78. RGB value is (239,252,120). Sum of RGB (Red+Green+Blue) = 239+252+120=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 120 (47.27% from 255 or 19.64% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC78 is #100387. Grayscale: #E9E9E9. Windows color (decimal): -1049480 or 7929071. OLE color: 7929071.
HSL color Cylindrical-coordinate representation of color #EFFC78: hue angle of 65.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFFC78 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 120 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.01 |
| HSL | 65.91º | 0.96% | 0.73% | - |
| HSV(B) | 65.91º | 0.52% | 0.99% | - |
| XYZ | 73.8 | 89.33 | 31.12 | - |
| YUV | 233.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 120 | 0.05 | 0 | 0.52 | 0.01 | 65.91 | 0.96 | 0.73 |
| Hex | EF | FC | 78 | 5 | 0 | 34 | 1 | 42 | 60 | 49 |
| Octal | 357 | 374 | 170 | 5 | 0 | 64 | 1 | 102 | 140 | 111 |
| Binary | 11101111 | 11111100 | 1111000 | 101 | 0 | 110100 | 1 | 1000010 | 1100000 | 1001001 |
Color Harmonies of #EFFC78
Complementary color
Monochromatic Colors of #EFFC78
Black with #EFFC78
Text Example
Text Example
White with #EFFC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC78; }
p { color: rgb(239,252,120); }
H1.HeaderClassName
{
color: #EFFC78;
}
.AnyTagClassName
{
color: #EFFC78;
}
</style>
background-color css
<style>
a { background-color: #EFFC78; }
a { background-color: rgb(239,252,120); }
div.DivClassName
{
background-color: #EFFC78;
}
.BgClassName
{
background-color: #EFFC78;
}
</style>
border-color css
<style>
span { border-color: #EFFC78; }
span { border-color: rgb(239,252,120); }
td.TdClassName
{
border-color: #EFFC78;
}
.TagClassName
{
border-color: #EFFC78;
}
</style>