Shades of Dolly #EDFF78
Tints of Dolly #EDFF78
RGB
CMYK
RGB Variations
Color information
#EDFF78 (or 0xEDFF78) is known color: Dolly. HEX triplet: ED, FF and 78. RGB value is (237,255,120). Sum of RGB (Red+Green+Blue) = 237+255+120=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 120 (47.27% from 255 or 19.61% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF78 is #120087. Grayscale: #EAEAEA. Windows color (decimal): -1179784 or 7929837. OLE color: 7929837.
HSL color Cylindrical-coordinate representation of color #EDFF78: hue angle of 68º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDFF78 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 120 | - |
| CMYK | 0.07 | 0 | 0.53 | 0 |
| HSL | 68º | 1% | 0.74% | - |
| HSV(B) | 68º | 0.53% | 1% | - |
| XYZ | 74.08 | 90.88 | 31.41 | - |
| YUV | 234.23 | 63.54 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 120 | 0.07 | 0 | 0.53 | 0 | 68 | 1 | 0.74 |
| Hex | ED | FF | 78 | 7 | 0 | 35 | 0 | 44 | 64 | 4A |
| Octal | 355 | 377 | 170 | 7 | 0 | 65 | 0 | 104 | 144 | 112 |
| Binary | 11101101 | 11111111 | 1111000 | 111 | 0 | 110101 | 0 | 1000100 | 1100100 | 1001010 |
Color Harmonies of #EDFF78
Complementary color
Monochromatic Colors of #EDFF78
Black with #EDFF78
Text Example
Text Example
White with #EDFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF78; }
p { color: rgb(237,255,120); }
H1.HeaderClassName
{
color: #EDFF78;
}
.AnyTagClassName
{
color: #EDFF78;
}
</style>
background-color css
<style>
a { background-color: #EDFF78; }
a { background-color: rgb(237,255,120); }
div.DivClassName
{
background-color: #EDFF78;
}
.BgClassName
{
background-color: #EDFF78;
}
</style>
border-color css
<style>
span { border-color: #EDFF78; }
span { border-color: rgb(237,255,120); }
td.TdClassName
{
border-color: #EDFF78;
}
.TagClassName
{
border-color: #EDFF78;
}
</style>