Shades of Dolly #EBFF76
Tints of Dolly #EBFF76
RGB
CMYK
RGB Variations
Color information
#EBFF76 (or 0xEBFF76) is known color: Dolly. HEX triplet: EB, FF and 76. RGB value is (235,255,118). Sum of RGB (Red+Green+Blue) = 235+255+118=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 118 (46.48% from 255 or 19.41% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF76 is #140089. Grayscale: #E9E9E9. Windows color (decimal): -1310858 or 7798763. OLE color: 7798763.
HSL color Cylindrical-coordinate representation of color #EBFF76: hue angle of 68.76º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBFF76 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 118 | - |
| CMYK | 0.08 | 0 | 0.54 | 0 |
| HSL | 68.76º | 1% | 0.73% | - |
| HSV(B) | 68.76º | 0.54% | 1% | - |
| XYZ | 73.29 | 90.49 | 30.74 | - |
| YUV | 233.4 | 62.87 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 118 | 0.08 | 0 | 0.54 | 0 | 68.76 | 1 | 0.73 |
| Hex | EB | FF | 76 | 8 | 0 | 36 | 0 | 45 | 64 | 49 |
| Octal | 353 | 377 | 166 | 10 | 0 | 66 | 0 | 105 | 144 | 111 |
| Binary | 11101011 | 11111111 | 1110110 | 1000 | 0 | 110110 | 0 | 1000101 | 1100100 | 1001001 |
Color Harmonies of #EBFF76
Complementary color
Monochromatic Colors of #EBFF76
Black with #EBFF76
Text Example
Text Example
White with #EBFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFF76; }
p { color: rgb(235,255,118); }
H1.HeaderClassName
{
color: #EBFF76;
}
.AnyTagClassName
{
color: #EBFF76;
}
</style>
background-color css
<style>
a { background-color: #EBFF76; }
a { background-color: rgb(235,255,118); }
div.DivClassName
{
background-color: #EBFF76;
}
.BgClassName
{
background-color: #EBFF76;
}
</style>
border-color css
<style>
span { border-color: #EBFF76; }
span { border-color: rgb(235,255,118); }
td.TdClassName
{
border-color: #EBFF76;
}
.TagClassName
{
border-color: #EBFF76;
}
</style>