Shades of Dolly #EDFF72
Tints of Dolly #EDFF72
RGB
CMYK
RGB Variations
Color information
#EDFF72 (or 0xEDFF72) is known color: Dolly. HEX triplet: ED, FF and 72. RGB value is (237,255,114). Sum of RGB (Red+Green+Blue) = 237+255+114=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 114 (44.92% from 255 or 18.81% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF72 is #12008D. Grayscale: #EAEAEA. Windows color (decimal): -1179790 or 7536621. OLE color: 7536621.
HSL color Cylindrical-coordinate representation of color #EDFF72: hue angle of 67.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDFF72 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 114 | - |
| CMYK | 0.07 | 0 | 0.55 | 0 |
| HSL | 67.66º | 1% | 0.72% | - |
| HSV(B) | 67.66º | 0.55% | 1% | - |
| XYZ | 73.72 | 90.74 | 29.55 | - |
| YUV | 233.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 114 | 0.07 | 0 | 0.55 | 0 | 67.66 | 1 | 0.72 |
| Hex | ED | FF | 72 | 7 | 0 | 37 | 0 | 44 | 64 | 48 |
| Octal | 355 | 377 | 162 | 7 | 0 | 67 | 0 | 104 | 144 | 110 |
| Binary | 11101101 | 11111111 | 1110010 | 111 | 0 | 110111 | 0 | 1000100 | 1100100 | 1001000 |
Color Harmonies of #EDFF72
Complementary color
Monochromatic Colors of #EDFF72
Black with #EDFF72
Text Example
Text Example
White with #EDFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF72; }
p { color: rgb(237,255,114); }
H1.HeaderClassName
{
color: #EDFF72;
}
.AnyTagClassName
{
color: #EDFF72;
}
</style>
background-color css
<style>
a { background-color: #EDFF72; }
a { background-color: rgb(237,255,114); }
div.DivClassName
{
background-color: #EDFF72;
}
.BgClassName
{
background-color: #EDFF72;
}
</style>
border-color css
<style>
span { border-color: #EDFF72; }
span { border-color: rgb(237,255,114); }
td.TdClassName
{
border-color: #EDFF72;
}
.TagClassName
{
border-color: #EDFF72;
}
</style>