Shades of Dolly #EDF879
Tints of Dolly #EDF879
RGB
CMYK
RGB Variations
Color information
#EDF879 (or 0xEDF879) is known color: Dolly. HEX triplet: ED, F8 and 79. RGB value is (237,248,121). Sum of RGB (Red+Green+Blue) = 237+248+121=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 121 (47.66% from 255 or 19.97% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF879 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF879 is #120786. Grayscale: #E6E6E6. Windows color (decimal): -1181575 or 7993581. OLE color: 7993581.
HSL color Cylindrical-coordinate representation of color #EDF879: hue angle of 65.2º degrees, saturation: 0.9, 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 #EDF879 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 121 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.03 |
| HSL | 65.2º | 0.9% | 0.72% | - |
| HSV(B) | 65.2º | 0.51% | 0.97% | - |
| XYZ | 71.94 | 86.52 | 31 | - |
| YUV | 230.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 121 | 0.04 | 0 | 0.51 | 0.03 | 65.2 | 0.9 | 0.72 |
| Hex | ED | F8 | 79 | 4 | 0 | 33 | 3 | 41 | 5A | 48 |
| Octal | 355 | 370 | 171 | 4 | 0 | 63 | 3 | 101 | 132 | 110 |
| Binary | 11101101 | 11111000 | 1111001 | 100 | 0 | 110011 | 11 | 1000001 | 1011010 | 1001000 |
Color Harmonies of #EDF879
Complementary color
Monochromatic Colors of #EDF879
Black with #EDF879
Text Example
Text Example
White with #EDF879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF879; }
p { color: rgb(237,248,121); }
H1.HeaderClassName
{
color: #EDF879;
}
.AnyTagClassName
{
color: #EDF879;
}
</style>
background-color css
<style>
a { background-color: #EDF879; }
a { background-color: rgb(237,248,121); }
div.DivClassName
{
background-color: #EDF879;
}
.BgClassName
{
background-color: #EDF879;
}
</style>
border-color css
<style>
span { border-color: #EDF879; }
span { border-color: rgb(237,248,121); }
td.TdClassName
{
border-color: #EDF879;
}
.TagClassName
{
border-color: #EDF879;
}
</style>