Shades of Dolly #F0FD76
Tints of Dolly #F0FD76
RGB
CMYK
RGB Variations
Color information
#F0FD76 (or 0xF0FD76) is known color: Dolly. HEX triplet: F0, FD and 76. RGB value is (240,253,118). Sum of RGB (Red+Green+Blue) = 240+253+118=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 118 (46.48% from 255 or 19.31% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD76 is #0F0289. Grayscale: #EAEAEA. Windows color (decimal): -983690 or 7798256. OLE color: 7798256.
HSL color Cylindrical-coordinate representation of color #F0FD76: hue angle of 65.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0FD76 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 118 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.01 |
| HSL | 65.78º | 0.97% | 0.73% | - |
| HSV(B) | 65.78º | 0.53% | 0.99% | - |
| XYZ | 74.33 | 90.08 | 30.61 | - |
| YUV | 233.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 118 | 0.05 | 0 | 0.53 | 0.01 | 65.78 | 0.97 | 0.73 |
| Hex | F0 | FD | 76 | 5 | 0 | 35 | 1 | 42 | 61 | 49 |
| Octal | 360 | 375 | 166 | 5 | 0 | 65 | 1 | 102 | 141 | 111 |
| Binary | 11110000 | 11111101 | 1110110 | 101 | 0 | 110101 | 1 | 1000010 | 1100001 | 1001001 |
Color Harmonies of #F0FD76
Complementary color
Monochromatic Colors of #F0FD76
Black with #F0FD76
Text Example
Text Example
White with #F0FD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD76; }
p { color: rgb(240,253,118); }
H1.HeaderClassName
{
color: #F0FD76;
}
.AnyTagClassName
{
color: #F0FD76;
}
</style>
background-color css
<style>
a { background-color: #F0FD76; }
a { background-color: rgb(240,253,118); }
div.DivClassName
{
background-color: #F0FD76;
}
.BgClassName
{
background-color: #F0FD76;
}
</style>
border-color css
<style>
span { border-color: #F0FD76; }
span { border-color: rgb(240,253,118); }
td.TdClassName
{
border-color: #F0FD76;
}
.TagClassName
{
border-color: #F0FD76;
}
</style>