Shades of Dolly #EFF877
Tints of Dolly #EFF877
RGB
CMYK
RGB Variations
Color information
#EFF877 (or 0xEFF877) is known color: Dolly. HEX triplet: EF, F8 and 77. RGB value is (239,248,119). Sum of RGB (Red+Green+Blue) = 239+248+119=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 119 (46.88% from 255 or 19.64% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF877 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF877 is #100788. Grayscale: #E7E7E7. Windows color (decimal): -1050505 or 7862511. OLE color: 7862511.
HSL color Cylindrical-coordinate representation of color #EFF877: hue angle of 64.19º 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 #EFF877 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 119 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.03 |
| HSL | 64.19º | 0.9% | 0.72% | - |
| HSV(B) | 64.19º | 0.52% | 0.97% | - |
| XYZ | 72.49 | 86.82 | 30.39 | - |
| YUV | 230.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 119 | 0.04 | 0 | 0.52 | 0.03 | 64.19 | 0.9 | 0.72 |
| Hex | EF | F8 | 77 | 4 | 0 | 34 | 3 | 40 | 5A | 48 |
| Octal | 357 | 370 | 167 | 4 | 0 | 64 | 3 | 100 | 132 | 110 |
| Binary | 11101111 | 11111000 | 1110111 | 100 | 0 | 110100 | 11 | 1000000 | 1011010 | 1001000 |
Color Harmonies of #EFF877
Complementary color
Monochromatic Colors of #EFF877
Black with #EFF877
Text Example
Text Example
White with #EFF877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF877; }
p { color: rgb(239,248,119); }
H1.HeaderClassName
{
color: #EFF877;
}
.AnyTagClassName
{
color: #EFF877;
}
</style>
background-color css
<style>
a { background-color: #EFF877; }
a { background-color: rgb(239,248,119); }
div.DivClassName
{
background-color: #EFF877;
}
.BgClassName
{
background-color: #EFF877;
}
</style>
border-color css
<style>
span { border-color: #EFF877; }
span { border-color: rgb(239,248,119); }
td.TdClassName
{
border-color: #EFF877;
}
.TagClassName
{
border-color: #EFF877;
}
</style>