Shades of Dolly #F0FF70
Tints of Dolly #F0FF70
RGB
CMYK
RGB Variations
Color information
#F0FF70 (or 0xF0FF70) is known color: Dolly. HEX triplet: F0, FF and 70. RGB value is (240,255,112). Sum of RGB (Red+Green+Blue) = 240+255+112=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 112 (44.14% from 255 or 18.45% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF70 is #0F008F. Grayscale: #EAEAEA. Windows color (decimal): -983184 or 7405552. OLE color: 7405552.
HSL color Cylindrical-coordinate representation of color #F0FF70: hue angle of 66.29º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0FF70 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 112 | - |
| CMYK | 0.06 | 0 | 0.56 | 0 |
| HSL | 66.29º | 1% | 0.72% | - |
| HSV(B) | 66.29º | 0.56% | 1% | - |
| XYZ | 74.62 | 91.22 | 29 | - |
| YUV | 234.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 112 | 0.06 | 0 | 0.56 | 0 | 66.29 | 1 | 0.72 |
| Hex | F0 | FF | 70 | 6 | 0 | 38 | 0 | 42 | 64 | 48 |
| Octal | 360 | 377 | 160 | 6 | 0 | 70 | 0 | 102 | 144 | 110 |
| Binary | 11110000 | 11111111 | 1110000 | 110 | 0 | 111000 | 0 | 1000010 | 1100100 | 1001000 |
Color Harmonies of #F0FF70
Complementary color
Monochromatic Colors of #F0FF70
Black with #F0FF70
Text Example
Text Example
White with #F0FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF70; }
p { color: rgb(240,255,112); }
H1.HeaderClassName
{
color: #F0FF70;
}
.AnyTagClassName
{
color: #F0FF70;
}
</style>
background-color css
<style>
a { background-color: #F0FF70; }
a { background-color: rgb(240,255,112); }
div.DivClassName
{
background-color: #F0FF70;
}
.BgClassName
{
background-color: #F0FF70;
}
</style>
border-color css
<style>
span { border-color: #F0FF70; }
span { border-color: rgb(240,255,112); }
td.TdClassName
{
border-color: #F0FF70;
}
.TagClassName
{
border-color: #F0FF70;
}
</style>