Shades of Dolly #EDFF7A
Tints of Dolly #EDFF7A
RGB
CMYK
RGB Variations
Color information
#EDFF7A (or 0xEDFF7A) is known color: Dolly. HEX triplet: ED, FF and 7A. RGB value is (237,255,122). Sum of RGB (Red+Green+Blue) = 237+255+122=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF7A is #120085. Grayscale: #EAEAEA. Windows color (decimal): -1179782 or 8060909. OLE color: 8060909.
HSL color Cylindrical-coordinate representation of color #EDFF7A: hue angle of 68.12º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDFF7A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 122 | - |
| CMYK | 0.07 | 0 | 0.52 | 0 |
| HSL | 68.12º | 1% | 0.74% | - |
| HSV(B) | 68.12º | 0.52% | 1% | - |
| XYZ | 74.2 | 90.93 | 32.05 | - |
| YUV | 234.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 122 | 0.07 | 0 | 0.52 | 0 | 68.12 | 1 | 0.74 |
| Hex | ED | FF | 7A | 7 | 0 | 34 | 0 | 44 | 64 | 4A |
| Octal | 355 | 377 | 172 | 7 | 0 | 64 | 0 | 104 | 144 | 112 |
| Binary | 11101101 | 11111111 | 1111010 | 111 | 0 | 110100 | 0 | 1000100 | 1100100 | 1001010 |
Color Harmonies of #EDFF7A
Complementary color
Monochromatic Colors of #EDFF7A
Black with #EDFF7A
Text Example
Text Example
White with #EDFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF7A; }
p { color: rgb(237,255,122); }
H1.HeaderClassName
{
color: #EDFF7A;
}
.AnyTagClassName
{
color: #EDFF7A;
}
</style>
background-color css
<style>
a { background-color: #EDFF7A; }
a { background-color: rgb(237,255,122); }
div.DivClassName
{
background-color: #EDFF7A;
}
.BgClassName
{
background-color: #EDFF7A;
}
</style>
border-color css
<style>
span { border-color: #EDFF7A; }
span { border-color: rgb(237,255,122); }
td.TdClassName
{
border-color: #EDFF7A;
}
.TagClassName
{
border-color: #EDFF7A;
}
</style>