Shades of Dolly #EDF779
Tints of Dolly #EDF779
RGB
CMYK
RGB Variations
Color information
#EDF779 (or 0xEDF779) is known color: Dolly. HEX triplet: ED, F7 and 79. RGB value is (237,247,121). Sum of RGB (Red+Green+Blue) = 237+247+121=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 247 (96.88% from 255 or 40.83% from 605); Blue value is 121 (47.66% from 255 or 20% from 605); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF779 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF779 is #120886. Grayscale: #E6E6E6. Windows color (decimal): -1181831 or 7993325. OLE color: 7993325.
HSL color Cylindrical-coordinate representation of color #EDF779: hue angle of 64.76º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDF779 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 121 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.03 |
| HSL | 64.76º | 0.89% | 0.72% | - |
| HSV(B) | 64.76º | 0.51% | 0.97% | - |
| XYZ | 71.64 | 85.91 | 30.9 | - |
| YUV | 229.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 121 | 0.04 | 0 | 0.51 | 0.03 | 64.76 | 0.89 | 0.72 |
| Hex | ED | F7 | 79 | 4 | 0 | 33 | 3 | 41 | 59 | 48 |
| Octal | 355 | 367 | 171 | 4 | 0 | 63 | 3 | 101 | 131 | 110 |
| Binary | 11101101 | 11110111 | 1111001 | 100 | 0 | 110011 | 11 | 1000001 | 1011001 | 1001000 |
Color Harmonies of #EDF779
Complementary color
Monochromatic Colors of #EDF779
Black with #EDF779
Text Example
Text Example
White with #EDF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF779; }
p { color: rgb(237,247,121); }
H1.HeaderClassName
{
color: #EDF779;
}
.AnyTagClassName
{
color: #EDF779;
}
</style>
background-color css
<style>
a { background-color: #EDF779; }
a { background-color: rgb(237,247,121); }
div.DivClassName
{
background-color: #EDF779;
}
.BgClassName
{
background-color: #EDF779;
}
</style>
border-color css
<style>
span { border-color: #EDF779; }
span { border-color: rgb(237,247,121); }
td.TdClassName
{
border-color: #EDF779;
}
.TagClassName
{
border-color: #EDF779;
}
</style>