Shades of Dolly #EFF276
Tints of Dolly #EFF276
RGB
CMYK
RGB Variations
Color information
#EFF276 (or 0xEFF276) is known color: Dolly. HEX triplet: EF, F2 and 76. RGB value is (239,242,118). Sum of RGB (Red+Green+Blue) = 239+242+118=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF276 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF276 is #100D89. Grayscale: #E3E3E3. Windows color (decimal): -1052042 or 7795439. OLE color: 7795439.
HSL color Cylindrical-coordinate representation of color #EFF276: hue angle of 61.45º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFF276 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 118 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.05 |
| HSL | 61.45º | 0.83% | 0.71% | - |
| HSV(B) | 61.45º | 0.51% | 0.95% | - |
| XYZ | 70.62 | 83.16 | 29.47 | - |
| YUV | 226.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 118 | 0.01 | 0 | 0.51 | 0.05 | 61.45 | 0.83 | 0.71 |
| Hex | EF | F2 | 76 | 1 | 0 | 33 | 5 | 3D | 53 | 47 |
| Octal | 357 | 362 | 166 | 1 | 0 | 63 | 5 | 75 | 123 | 107 |
| Binary | 11101111 | 11110010 | 1110110 | 1 | 0 | 110011 | 101 | 111101 | 1010011 | 1000111 |
Color Harmonies of #EFF276
Complementary color
Monochromatic Colors of #EFF276
Black with #EFF276
Text Example
Text Example
White with #EFF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF276; }
p { color: rgb(239,242,118); }
H1.HeaderClassName
{
color: #EFF276;
}
.AnyTagClassName
{
color: #EFF276;
}
</style>
background-color css
<style>
a { background-color: #EFF276; }
a { background-color: rgb(239,242,118); }
div.DivClassName
{
background-color: #EFF276;
}
.BgClassName
{
background-color: #EFF276;
}
</style>
border-color css
<style>
span { border-color: #EFF276; }
span { border-color: rgb(239,242,118); }
td.TdClassName
{
border-color: #EFF276;
}
.TagClassName
{
border-color: #EFF276;
}
</style>