Shades of Dolly #EDFF76
Tints of Dolly #EDFF76
RGB
CMYK
RGB Variations
Color information
#EDFF76 (or 0xEDFF76) is known color: Dolly. HEX triplet: ED, FF and 76. RGB value is (237,255,118). Sum of RGB (Red+Green+Blue) = 237+255+118=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 118 (46.48% from 255 or 19.34% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF76 is #120089. Grayscale: #EAEAEA. Windows color (decimal): -1179786 or 7798765. OLE color: 7798765.
HSL color Cylindrical-coordinate representation of color #EDFF76: hue angle of 67.88º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDFF76 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 118 | - |
| CMYK | 0.07 | 0 | 0.54 | 0 |
| HSL | 67.88º | 1% | 0.73% | - |
| HSV(B) | 67.88º | 0.54% | 1% | - |
| XYZ | 73.96 | 90.83 | 30.77 | - |
| YUV | 234 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 118 | 0.07 | 0 | 0.54 | 0 | 67.88 | 1 | 0.73 |
| Hex | ED | FF | 76 | 7 | 0 | 36 | 0 | 44 | 64 | 49 |
| Octal | 355 | 377 | 166 | 7 | 0 | 66 | 0 | 104 | 144 | 111 |
| Binary | 11101101 | 11111111 | 1110110 | 111 | 0 | 110110 | 0 | 1000100 | 1100100 | 1001001 |
Color Harmonies of #EDFF76
Complementary color
Monochromatic Colors of #EDFF76
Black with #EDFF76
Text Example
Text Example
White with #EDFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF76; }
p { color: rgb(237,255,118); }
H1.HeaderClassName
{
color: #EDFF76;
}
.AnyTagClassName
{
color: #EDFF76;
}
</style>
background-color css
<style>
a { background-color: #EDFF76; }
a { background-color: rgb(237,255,118); }
div.DivClassName
{
background-color: #EDFF76;
}
.BgClassName
{
background-color: #EDFF76;
}
</style>
border-color css
<style>
span { border-color: #EDFF76; }
span { border-color: rgb(237,255,118); }
td.TdClassName
{
border-color: #EDFF76;
}
.TagClassName
{
border-color: #EDFF76;
}
</style>