Shades of Dolly #EBF77D
Tints of Dolly #EBF77D
RGB
CMYK
RGB Variations
Color information
#EBF77D (or 0xEBF77D) is known color: Dolly. HEX triplet: EB, F7 and 7D. RGB value is (235,247,125). Sum of RGB (Red+Green+Blue) = 235+247+125=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF77D is #140882. Grayscale: #E5E5E5. Windows color (decimal): -1312899 or 8255467. OLE color: 8255467.
HSL color Cylindrical-coordinate representation of color #EBF77D: hue angle of 65.9º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBF77D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 247 | 125 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.03 |
| HSL | 65.9º | 0.88% | 0.73% | - |
| HSV(B) | 65.9º | 0.49% | 0.97% | - |
| XYZ | 71.22 | 85.66 | 32.18 | - |
| YUV | 229.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 247 | 125 | 0.05 | 0 | 0.49 | 0.03 | 65.9 | 0.88 | 0.73 |
| Hex | EB | F7 | 7D | 5 | 0 | 31 | 3 | 42 | 58 | 49 |
| Octal | 353 | 367 | 175 | 5 | 0 | 61 | 3 | 102 | 130 | 111 |
| Binary | 11101011 | 11110111 | 1111101 | 101 | 0 | 110001 | 11 | 1000010 | 1011000 | 1001001 |
Color Harmonies of #EBF77D
Complementary color
Monochromatic Colors of #EBF77D
Black with #EBF77D
Text Example
Text Example
White with #EBF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF77D; }
p { color: rgb(235,247,125); }
H1.HeaderClassName
{
color: #EBF77D;
}
.AnyTagClassName
{
color: #EBF77D;
}
</style>
background-color css
<style>
a { background-color: #EBF77D; }
a { background-color: rgb(235,247,125); }
div.DivClassName
{
background-color: #EBF77D;
}
.BgClassName
{
background-color: #EBF77D;
}
</style>
border-color css
<style>
span { border-color: #EBF77D; }
span { border-color: rgb(235,247,125); }
td.TdClassName
{
border-color: #EBF77D;
}
.TagClassName
{
border-color: #EBF77D;
}
</style>