Shades of Dolly #F0FE71
Tints of Dolly #F0FE71
RGB
CMYK
RGB Variations
Color information
#F0FE71 (or 0xF0FE71) is known color: Dolly. HEX triplet: F0, FE and 71. RGB value is (240,254,113). Sum of RGB (Red+Green+Blue) = 240+254+113=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 113 (44.53% from 255 or 18.62% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE71 is #0F018E. Grayscale: #EAEAEA. Windows color (decimal): -983439 or 7470832. OLE color: 7470832.
HSL color Cylindrical-coordinate representation of color #F0FE71: hue angle of 65.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0FE71 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 113 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.00 |
| HSL | 65.96º | 0.99% | 0.72% | - |
| HSV(B) | 65.96º | 0.56% | 1% | - |
| XYZ | 74.36 | 90.6 | 29.19 | - |
| YUV | 233.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 113 | 0.06 | 0 | 0.56 | 0.00 | 65.96 | 0.99 | 0.72 |
| Hex | F0 | FE | 71 | 6 | 0 | 38 | 0 | 42 | 63 | 48 |
| Octal | 360 | 376 | 161 | 6 | 0 | 70 | 0 | 102 | 143 | 110 |
| Binary | 11110000 | 11111110 | 1110001 | 110 | 0 | 111000 | 0 | 1000010 | 1100011 | 1001000 |
Color Harmonies of #F0FE71
Complementary color
Monochromatic Colors of #F0FE71
Black with #F0FE71
Text Example
Text Example
White with #F0FE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE71; }
p { color: rgb(240,254,113); }
H1.HeaderClassName
{
color: #F0FE71;
}
.AnyTagClassName
{
color: #F0FE71;
}
</style>
background-color css
<style>
a { background-color: #F0FE71; }
a { background-color: rgb(240,254,113); }
div.DivClassName
{
background-color: #F0FE71;
}
.BgClassName
{
background-color: #F0FE71;
}
</style>
border-color css
<style>
span { border-color: #F0FE71; }
span { border-color: rgb(240,254,113); }
td.TdClassName
{
border-color: #F0FE71;
}
.TagClassName
{
border-color: #F0FE71;
}
</style>