Shades of Dolly #F0FE70
Tints of Dolly #F0FE70
RGB
CMYK
RGB Variations
Color information
#F0FE70 (or 0xF0FE70) is known color: Dolly. HEX triplet: F0, FE and 70. RGB value is (240,254,112). Sum of RGB (Red+Green+Blue) = 240+254+112=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 112 (44.14% from 255 or 18.48% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE70 is #0F018F. Grayscale: #EAEAEA. Windows color (decimal): -983440 or 7405296. OLE color: 7405296.
HSL color Cylindrical-coordinate representation of color #F0FE70: hue angle of 65.92º 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 #F0FE70 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 112 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.00 |
| HSL | 65.92º | 0.99% | 0.72% | - |
| HSV(B) | 65.92º | 0.56% | 1% | - |
| XYZ | 74.3 | 90.58 | 28.9 | - |
| YUV | 233.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 112 | 0.06 | 0 | 0.56 | 0.00 | 65.92 | 0.99 | 0.72 |
| Hex | F0 | FE | 70 | 6 | 0 | 38 | 0 | 42 | 63 | 48 |
| Octal | 360 | 376 | 160 | 6 | 0 | 70 | 0 | 102 | 143 | 110 |
| Binary | 11110000 | 11111110 | 1110000 | 110 | 0 | 111000 | 0 | 1000010 | 1100011 | 1001000 |
Color Harmonies of #F0FE70
Complementary color
Monochromatic Colors of #F0FE70
Black with #F0FE70
Text Example
Text Example
White with #F0FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE70; }
p { color: rgb(240,254,112); }
H1.HeaderClassName
{
color: #F0FE70;
}
.AnyTagClassName
{
color: #F0FE70;
}
</style>
background-color css
<style>
a { background-color: #F0FE70; }
a { background-color: rgb(240,254,112); }
div.DivClassName
{
background-color: #F0FE70;
}
.BgClassName
{
background-color: #F0FE70;
}
</style>
border-color css
<style>
span { border-color: #F0FE70; }
span { border-color: rgb(240,254,112); }
td.TdClassName
{
border-color: #F0FE70;
}
.TagClassName
{
border-color: #F0FE70;
}
</style>