Shades of Dolly #EDFD7C
Tints of Dolly #EDFD7C
RGB
CMYK
RGB Variations
Color information
#EDFD7C (or 0xEDFD7C) is known color: Dolly. HEX triplet: ED, FD and 7C. RGB value is (237,253,124). Sum of RGB (Red+Green+Blue) = 237+253+124=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 124 (48.83% from 255 or 20.20% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD7C is #120283. Grayscale: #EAEAEA. Windows color (decimal): -1180292 or 8191469. OLE color: 8191469.
HSL color Cylindrical-coordinate representation of color #EDFD7C: hue angle of 67.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFD7C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 124 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.01 |
| HSL | 67.44º | 0.97% | 0.74% | - |
| HSV(B) | 67.44º | 0.51% | 0.99% | - |
| XYZ | 73.69 | 89.71 | 32.5 | - |
| YUV | 233.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 124 | 0.06 | 0 | 0.51 | 0.01 | 67.44 | 0.97 | 0.74 |
| Hex | ED | FD | 7C | 6 | 0 | 33 | 1 | 43 | 61 | 4A |
| Octal | 355 | 375 | 174 | 6 | 0 | 63 | 1 | 103 | 141 | 112 |
| Binary | 11101101 | 11111101 | 1111100 | 110 | 0 | 110011 | 1 | 1000011 | 1100001 | 1001010 |
Color Harmonies of #EDFD7C
Complementary color
Monochromatic Colors of #EDFD7C
Black with #EDFD7C
Text Example
Text Example
White with #EDFD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFD7C; }
p { color: rgb(237,253,124); }
H1.HeaderClassName
{
color: #EDFD7C;
}
.AnyTagClassName
{
color: #EDFD7C;
}
</style>
background-color css
<style>
a { background-color: #EDFD7C; }
a { background-color: rgb(237,253,124); }
div.DivClassName
{
background-color: #EDFD7C;
}
.BgClassName
{
background-color: #EDFD7C;
}
</style>
border-color css
<style>
span { border-color: #EDFD7C; }
span { border-color: rgb(237,253,124); }
td.TdClassName
{
border-color: #EDFD7C;
}
.TagClassName
{
border-color: #EDFD7C;
}
</style>