Shades of Dolly #EFF871
Tints of Dolly #EFF871
RGB
CMYK
RGB Variations
Color information
#EFF871 (or 0xEFF871) is known color: Dolly. HEX triplet: EF, F8 and 71. RGB value is (239,248,113). Sum of RGB (Red+Green+Blue) = 239+248+113=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 113 (44.53% from 255 or 18.83% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF871 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF871 is #10078E. Grayscale: #E6E6E6. Windows color (decimal): -1050511 or 7469295. OLE color: 7469295.
HSL color Cylindrical-coordinate representation of color #EFF871: hue angle of 64º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFF871 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 113 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.03 |
| HSL | 64º | 0.91% | 0.71% | - |
| HSV(B) | 64º | 0.54% | 0.97% | - |
| XYZ | 72.14 | 86.68 | 28.55 | - |
| YUV | 229.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 113 | 0.04 | 0 | 0.54 | 0.03 | 64 | 0.91 | 0.71 |
| Hex | EF | F8 | 71 | 4 | 0 | 36 | 3 | 40 | 5B | 47 |
| Octal | 357 | 370 | 161 | 4 | 0 | 66 | 3 | 100 | 133 | 107 |
| Binary | 11101111 | 11111000 | 1110001 | 100 | 0 | 110110 | 11 | 1000000 | 1011011 | 1000111 |
Color Harmonies of #EFF871
Complementary color
Monochromatic Colors of #EFF871
Black with #EFF871
Text Example
Text Example
White with #EFF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF871; }
p { color: rgb(239,248,113); }
H1.HeaderClassName
{
color: #EFF871;
}
.AnyTagClassName
{
color: #EFF871;
}
</style>
background-color css
<style>
a { background-color: #EFF871; }
a { background-color: rgb(239,248,113); }
div.DivClassName
{
background-color: #EFF871;
}
.BgClassName
{
background-color: #EFF871;
}
</style>
border-color css
<style>
span { border-color: #EFF871; }
span { border-color: rgb(239,248,113); }
td.TdClassName
{
border-color: #EFF871;
}
.TagClassName
{
border-color: #EFF871;
}
</style>