Shades of Dolly #F0FF71
Tints of Dolly #F0FF71
RGB
CMYK
RGB Variations
Color information
#F0FF71 (or 0xF0FF71) is known color: Dolly. HEX triplet: F0, FF and 71. RGB value is (240,255,113). Sum of RGB (Red+Green+Blue) = 240+255+113=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 113 (44.53% from 255 or 18.59% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF71 is #0F008E. Grayscale: #EAEAEA. Windows color (decimal): -983183 or 7471088. OLE color: 7471088.
HSL color Cylindrical-coordinate representation of color #F0FF71: hue angle of 66.34º 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 #F0FF71 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 113 | - |
| CMYK | 0.06 | 0 | 0.56 | 0 |
| HSL | 66.34º | 1% | 0.72% | - |
| HSV(B) | 66.34º | 0.56% | 1% | - |
| XYZ | 74.68 | 91.24 | 29.3 | - |
| YUV | 234.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 113 | 0.06 | 0 | 0.56 | 0 | 66.34 | 1 | 0.72 |
| Hex | F0 | FF | 71 | 6 | 0 | 38 | 0 | 42 | 64 | 48 |
| Octal | 360 | 377 | 161 | 6 | 0 | 70 | 0 | 102 | 144 | 110 |
| Binary | 11110000 | 11111111 | 1110001 | 110 | 0 | 111000 | 0 | 1000010 | 1100100 | 1001000 |
Color Harmonies of #F0FF71
Complementary color
Monochromatic Colors of #F0FF71
Black with #F0FF71
Text Example
Text Example
White with #F0FF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF71; }
p { color: rgb(240,255,113); }
H1.HeaderClassName
{
color: #F0FF71;
}
.AnyTagClassName
{
color: #F0FF71;
}
</style>
background-color css
<style>
a { background-color: #F0FF71; }
a { background-color: rgb(240,255,113); }
div.DivClassName
{
background-color: #F0FF71;
}
.BgClassName
{
background-color: #F0FF71;
}
</style>
border-color css
<style>
span { border-color: #F0FF71; }
span { border-color: rgb(240,255,113); }
td.TdClassName
{
border-color: #F0FF71;
}
.TagClassName
{
border-color: #F0FF71;
}
</style>