Shades of Dolly #EFF977
Tints of Dolly #EFF977
RGB
CMYK
RGB Variations
Color information
#EFF977 (or 0xEFF977) is known color: Dolly. HEX triplet: EF, F9 and 77. RGB value is (239,249,119). Sum of RGB (Red+Green+Blue) = 239+249+119=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 119 (46.88% from 255 or 19.60% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF977 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF977 is #100688. Grayscale: #E7E7E7. Windows color (decimal): -1050249 or 7862767. OLE color: 7862767.
HSL color Cylindrical-coordinate representation of color #EFF977: hue angle of 64.62º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFF977 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 249 | 119 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.02 |
| HSL | 64.62º | 0.92% | 0.72% | - |
| HSV(B) | 64.62º | 0.52% | 0.98% | - |
| XYZ | 72.8 | 87.43 | 30.49 | - |
| YUV | 231.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 249 | 119 | 0.04 | 0 | 0.52 | 0.02 | 64.62 | 0.92 | 0.72 |
| Hex | EF | F9 | 77 | 4 | 0 | 34 | 2 | 41 | 5C | 48 |
| Octal | 357 | 371 | 167 | 4 | 0 | 64 | 2 | 101 | 134 | 110 |
| Binary | 11101111 | 11111001 | 1110111 | 100 | 0 | 110100 | 10 | 1000001 | 1011100 | 1001000 |
Color Harmonies of #EFF977
Complementary color
Monochromatic Colors of #EFF977
Black with #EFF977
Text Example
Text Example
White with #EFF977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF977; }
p { color: rgb(239,249,119); }
H1.HeaderClassName
{
color: #EFF977;
}
.AnyTagClassName
{
color: #EFF977;
}
</style>
background-color css
<style>
a { background-color: #EFF977; }
a { background-color: rgb(239,249,119); }
div.DivClassName
{
background-color: #EFF977;
}
.BgClassName
{
background-color: #EFF977;
}
</style>
border-color css
<style>
span { border-color: #EFF977; }
span { border-color: rgb(239,249,119); }
td.TdClassName
{
border-color: #EFF977;
}
.TagClassName
{
border-color: #EFF977;
}
</style>