Shades of Dolly #EFFF7C
Tints of Dolly #EFFF7C
RGB
CMYK
RGB Variations
Color information
#EFFF7C (or 0xEFFF7C) is known color: Dolly. HEX triplet: EF, FF and 7C. RGB value is (239,255,124). Sum of RGB (Red+Green+Blue) = 239+255+124=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 124 (48.83% from 255 or 20.06% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF7C is #100083. Grayscale: #EBEBEB. Windows color (decimal): -1048708 or 8191983. OLE color: 8191983.
HSL color Cylindrical-coordinate representation of color #EFFF7C: hue angle of 67.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFFF7C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 124 | - |
| CMYK | 0.06 | 0 | 0.51 | 0 |
| HSL | 67.33º | 1% | 0.74% | - |
| HSV(B) | 67.33º | 0.51% | 1% | - |
| XYZ | 74.99 | 91.33 | 32.74 | - |
| YUV | 235.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 124 | 0.06 | 0 | 0.51 | 0 | 67.33 | 1 | 0.74 |
| Hex | EF | FF | 7C | 6 | 0 | 33 | 0 | 43 | 64 | 4A |
| Octal | 357 | 377 | 174 | 6 | 0 | 63 | 0 | 103 | 144 | 112 |
| Binary | 11101111 | 11111111 | 1111100 | 110 | 0 | 110011 | 0 | 1000011 | 1100100 | 1001010 |
Color Harmonies of #EFFF7C
Complementary color
Monochromatic Colors of #EFFF7C
Black with #EFFF7C
Text Example
Text Example
White with #EFFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF7C; }
p { color: rgb(239,255,124); }
H1.HeaderClassName
{
color: #EFFF7C;
}
.AnyTagClassName
{
color: #EFFF7C;
}
</style>
background-color css
<style>
a { background-color: #EFFF7C; }
a { background-color: rgb(239,255,124); }
div.DivClassName
{
background-color: #EFFF7C;
}
.BgClassName
{
background-color: #EFFF7C;
}
</style>
border-color css
<style>
span { border-color: #EFFF7C; }
span { border-color: rgb(239,255,124); }
td.TdClassName
{
border-color: #EFFF7C;
}
.TagClassName
{
border-color: #EFFF7C;
}
</style>