Shades of Dolly #EFF878
Tints of Dolly #EFF878
RGB
CMYK
RGB Variations
Color information
#EFF878 (or 0xEFF878) is known color: Dolly. HEX triplet: EF, F8 and 78. RGB value is (239,248,120). Sum of RGB (Red+Green+Blue) = 239+248+120=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 120 (47.27% from 255 or 19.77% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF878 is #100787. Grayscale: #E7E7E7. Windows color (decimal): -1050504 or 7928047. OLE color: 7928047.
HSL color Cylindrical-coordinate representation of color #EFF878: hue angle of 64.22º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFF878 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 120 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.03 |
| HSL | 64.22º | 0.9% | 0.72% | - |
| HSV(B) | 64.22º | 0.52% | 0.97% | - |
| XYZ | 72.55 | 86.84 | 30.71 | - |
| YUV | 230.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 120 | 0.04 | 0 | 0.52 | 0.03 | 64.22 | 0.9 | 0.72 |
| Hex | EF | F8 | 78 | 4 | 0 | 34 | 3 | 40 | 5A | 48 |
| Octal | 357 | 370 | 170 | 4 | 0 | 64 | 3 | 100 | 132 | 110 |
| Binary | 11101111 | 11111000 | 1111000 | 100 | 0 | 110100 | 11 | 1000000 | 1011010 | 1001000 |
Color Harmonies of #EFF878
Complementary color
Monochromatic Colors of #EFF878
Black with #EFF878
Text Example
Text Example
White with #EFF878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF878; }
p { color: rgb(239,248,120); }
H1.HeaderClassName
{
color: #EFF878;
}
.AnyTagClassName
{
color: #EFF878;
}
</style>
background-color css
<style>
a { background-color: #EFF878; }
a { background-color: rgb(239,248,120); }
div.DivClassName
{
background-color: #EFF878;
}
.BgClassName
{
background-color: #EFF878;
}
</style>
border-color css
<style>
span { border-color: #EFF878; }
span { border-color: rgb(239,248,120); }
td.TdClassName
{
border-color: #EFF878;
}
.TagClassName
{
border-color: #EFF878;
}
</style>