Shades of Dolly #EDFB77
Tints of Dolly #EDFB77
RGB
CMYK
RGB Variations
Color information
#EDFB77 (or 0xEDFB77) is known color: Dolly. HEX triplet: ED, FB and 77. RGB value is (237,251,119). Sum of RGB (Red+Green+Blue) = 237+251+119=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 119 (46.88% from 255 or 19.60% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFB77 is #120488. Grayscale: #E8E8E8. Windows color (decimal): -1180809 or 7863277. OLE color: 7863277.
HSL color Cylindrical-coordinate representation of color #EDFB77: hue angle of 66.36º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDFB77 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 251 | 119 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.02 |
| HSL | 66.36º | 0.94% | 0.73% | - |
| HSV(B) | 66.36º | 0.53% | 0.98% | - |
| XYZ | 72.75 | 88.33 | 30.67 | - |
| YUV | 231.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 251 | 119 | 0.06 | 0 | 0.53 | 0.02 | 66.36 | 0.94 | 0.73 |
| Hex | ED | FB | 77 | 6 | 0 | 35 | 2 | 42 | 5E | 49 |
| Octal | 355 | 373 | 167 | 6 | 0 | 65 | 2 | 102 | 136 | 111 |
| Binary | 11101101 | 11111011 | 1110111 | 110 | 0 | 110101 | 10 | 1000010 | 1011110 | 1001001 |
Color Harmonies of #EDFB77
Complementary color
Monochromatic Colors of #EDFB77
Black with #EDFB77
Text Example
Text Example
White with #EDFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFB77; }
p { color: rgb(237,251,119); }
H1.HeaderClassName
{
color: #EDFB77;
}
.AnyTagClassName
{
color: #EDFB77;
}
</style>
background-color css
<style>
a { background-color: #EDFB77; }
a { background-color: rgb(237,251,119); }
div.DivClassName
{
background-color: #EDFB77;
}
.BgClassName
{
background-color: #EDFB77;
}
</style>
border-color css
<style>
span { border-color: #EDFB77; }
span { border-color: rgb(237,251,119); }
td.TdClassName
{
border-color: #EDFB77;
}
.TagClassName
{
border-color: #EDFB77;
}
</style>