Shades of Dolly #EFF873
Tints of Dolly #EFF873
RGB
CMYK
RGB Variations
Color information
#EFF873 (or 0xEFF873) is known color: Dolly. HEX triplet: EF, F8 and 73. RGB value is (239,248,115). Sum of RGB (Red+Green+Blue) = 239+248+115=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 115 (45.31% from 255 or 19.10% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF873 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF873 is #10078C. Grayscale: #E6E6E6. Windows color (decimal): -1050509 or 7600367. OLE color: 7600367.
HSL color Cylindrical-coordinate representation of color #EFF873: hue angle of 64.06º degrees, saturation: 0.9, 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 #EFF873 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 115 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.03 |
| HSL | 64.06º | 0.9% | 0.71% | - |
| HSV(B) | 64.06º | 0.54% | 0.97% | - |
| XYZ | 72.26 | 86.72 | 29.15 | - |
| YUV | 230.15 | 63.02 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 115 | 0.04 | 0 | 0.54 | 0.03 | 64.06 | 0.9 | 0.71 |
| Hex | EF | F8 | 73 | 4 | 0 | 36 | 3 | 40 | 5A | 47 |
| Octal | 357 | 370 | 163 | 4 | 0 | 66 | 3 | 100 | 132 | 107 |
| Binary | 11101111 | 11111000 | 1110011 | 100 | 0 | 110110 | 11 | 1000000 | 1011010 | 1000111 |
Color Harmonies of #EFF873
Complementary color
Monochromatic Colors of #EFF873
Black with #EFF873
Text Example
Text Example
White with #EFF873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF873; }
p { color: rgb(239,248,115); }
H1.HeaderClassName
{
color: #EFF873;
}
.AnyTagClassName
{
color: #EFF873;
}
</style>
background-color css
<style>
a { background-color: #EFF873; }
a { background-color: rgb(239,248,115); }
div.DivClassName
{
background-color: #EFF873;
}
.BgClassName
{
background-color: #EFF873;
}
</style>
border-color css
<style>
span { border-color: #EFF873; }
span { border-color: rgb(239,248,115); }
td.TdClassName
{
border-color: #EFF873;
}
.TagClassName
{
border-color: #EFF873;
}
</style>