Shades of Dolly #EFFC7D
Tints of Dolly #EFFC7D
RGB
CMYK
RGB Variations
Color information
#EFFC7D (or 0xEFFC7D) is known color: Dolly. HEX triplet: EF, FC and 7D. RGB value is (239,252,125). Sum of RGB (Red+Green+Blue) = 239+252+125=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 125 (49.22% from 255 or 20.29% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFC7D is #100382. Grayscale: #EAEAEA. Windows color (decimal): -1049475 or 8256751. OLE color: 8256751.
HSL color Cylindrical-coordinate representation of color #EFFC7D: hue angle of 66.14º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFFC7D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 125 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.01 |
| HSL | 66.14º | 0.95% | 0.74% | - |
| HSV(B) | 66.14º | 0.5% | 0.99% | - |
| XYZ | 74.11 | 89.45 | 32.76 | - |
| YUV | 233.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 125 | 0.05 | 0 | 0.50 | 0.01 | 66.14 | 0.95 | 0.74 |
| Hex | EF | FC | 7D | 5 | 0 | 32 | 1 | 42 | 5F | 4A |
| Octal | 357 | 374 | 175 | 5 | 0 | 62 | 1 | 102 | 137 | 112 |
| Binary | 11101111 | 11111100 | 1111101 | 101 | 0 | 110010 | 1 | 1000010 | 1011111 | 1001010 |
Color Harmonies of #EFFC7D
Complementary color
Monochromatic Colors of #EFFC7D
Black with #EFFC7D
Text Example
Text Example
White with #EFFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFC7D; }
p { color: rgb(239,252,125); }
H1.HeaderClassName
{
color: #EFFC7D;
}
.AnyTagClassName
{
color: #EFFC7D;
}
</style>
background-color css
<style>
a { background-color: #EFFC7D; }
a { background-color: rgb(239,252,125); }
div.DivClassName
{
background-color: #EFFC7D;
}
.BgClassName
{
background-color: #EFFC7D;
}
</style>
border-color css
<style>
span { border-color: #EFFC7D; }
span { border-color: rgb(239,252,125); }
td.TdClassName
{
border-color: #EFFC7D;
}
.TagClassName
{
border-color: #EFFC7D;
}
</style>