Shades of Dolly #EDFD7A
Tints of Dolly #EDFD7A
RGB
CMYK
RGB Variations
Color information
#EDFD7A (or 0xEDFD7A) is known color: Dolly. HEX triplet: ED, FD and 7A. RGB value is (237,253,122). Sum of RGB (Red+Green+Blue) = 237+253+122=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD7A is #120285. Grayscale: #E9E9E9. Windows color (decimal): -1180294 or 8060397. OLE color: 8060397.
HSL color Cylindrical-coordinate representation of color #EDFD7A: hue angle of 67.33º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDFD7A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 122 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.01 |
| HSL | 67.33º | 0.97% | 0.74% | - |
| HSV(B) | 67.33º | 0.52% | 0.99% | - |
| XYZ | 73.56 | 89.66 | 31.84 | - |
| YUV | 233.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 122 | 0.06 | 0 | 0.52 | 0.01 | 67.33 | 0.97 | 0.74 |
| Hex | ED | FD | 7A | 6 | 0 | 34 | 1 | 43 | 61 | 4A |
| Octal | 355 | 375 | 172 | 6 | 0 | 64 | 1 | 103 | 141 | 112 |
| Binary | 11101101 | 11111101 | 1111010 | 110 | 0 | 110100 | 1 | 1000011 | 1100001 | 1001010 |
Color Harmonies of #EDFD7A
Complementary color
Monochromatic Colors of #EDFD7A
Black with #EDFD7A
Text Example
Text Example
White with #EDFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFD7A; }
p { color: rgb(237,253,122); }
H1.HeaderClassName
{
color: #EDFD7A;
}
.AnyTagClassName
{
color: #EDFD7A;
}
</style>
background-color css
<style>
a { background-color: #EDFD7A; }
a { background-color: rgb(237,253,122); }
div.DivClassName
{
background-color: #EDFD7A;
}
.BgClassName
{
background-color: #EDFD7A;
}
</style>
border-color css
<style>
span { border-color: #EDFD7A; }
span { border-color: rgb(237,253,122); }
td.TdClassName
{
border-color: #EDFD7A;
}
.TagClassName
{
border-color: #EDFD7A;
}
</style>