Shades of Dolly #EDFE70
Tints of Dolly #EDFE70
RGB
CMYK
RGB Variations
Color information
#EDFE70 (or 0xEDFE70) is known color: Dolly. HEX triplet: ED, FE and 70. RGB value is (237,254,112). Sum of RGB (Red+Green+Blue) = 237+254+112=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 112 (44.14% from 255 or 18.57% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE70 is #12018F. Grayscale: #E9E9E9. Windows color (decimal): -1180048 or 7405293. OLE color: 7405293.
HSL color Cylindrical-coordinate representation of color #EDFE70: hue angle of 67.18º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDFE70 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 112 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.00 |
| HSL | 67.18º | 0.99% | 0.72% | - |
| HSV(B) | 67.18º | 0.56% | 1% | - |
| XYZ | 73.29 | 90.06 | 28.85 | - |
| YUV | 232.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 112 | 0.07 | 0 | 0.56 | 0.00 | 67.18 | 0.99 | 0.72 |
| Hex | ED | FE | 70 | 7 | 0 | 38 | 0 | 43 | 63 | 48 |
| Octal | 355 | 376 | 160 | 7 | 0 | 70 | 0 | 103 | 143 | 110 |
| Binary | 11101101 | 11111110 | 1110000 | 111 | 0 | 111000 | 0 | 1000011 | 1100011 | 1001000 |
Color Harmonies of #EDFE70
Complementary color
Monochromatic Colors of #EDFE70
Black with #EDFE70
Text Example
Text Example
White with #EDFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE70; }
p { color: rgb(237,254,112); }
H1.HeaderClassName
{
color: #EDFE70;
}
.AnyTagClassName
{
color: #EDFE70;
}
</style>
background-color css
<style>
a { background-color: #EDFE70; }
a { background-color: rgb(237,254,112); }
div.DivClassName
{
background-color: #EDFE70;
}
.BgClassName
{
background-color: #EDFE70;
}
</style>
border-color css
<style>
span { border-color: #EDFE70; }
span { border-color: rgb(237,254,112); }
td.TdClassName
{
border-color: #EDFE70;
}
.TagClassName
{
border-color: #EDFE70;
}
</style>