Shades of Dolly #F0FC71
Tints of Dolly #F0FC71
RGB
CMYK
RGB Variations
Color information
#F0FC71 (or 0xF0FC71) is known color: Dolly. HEX triplet: F0, FC and 71. RGB value is (240,252,113). Sum of RGB (Red+Green+Blue) = 240+252+113=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 113 (44.53% from 255 or 18.68% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC71 is #0F038E. Grayscale: #E9E9E9. Windows color (decimal): -983951 or 7470320. OLE color: 7470320.
HSL color Cylindrical-coordinate representation of color #F0FC71: hue angle of 65.18º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0FC71 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 113 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.01 |
| HSL | 65.18º | 0.96% | 0.72% | - |
| HSV(B) | 65.18º | 0.55% | 0.99% | - |
| XYZ | 73.73 | 89.34 | 28.98 | - |
| YUV | 232.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 113 | 0.05 | 0 | 0.55 | 0.01 | 65.18 | 0.96 | 0.72 |
| Hex | F0 | FC | 71 | 5 | 0 | 37 | 1 | 41 | 60 | 48 |
| Octal | 360 | 374 | 161 | 5 | 0 | 67 | 1 | 101 | 140 | 110 |
| Binary | 11110000 | 11111100 | 1110001 | 101 | 0 | 110111 | 1 | 1000001 | 1100000 | 1001000 |
Color Harmonies of #F0FC71
Complementary color
Monochromatic Colors of #F0FC71
Black with #F0FC71
Text Example
Text Example
White with #F0FC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC71; }
p { color: rgb(240,252,113); }
H1.HeaderClassName
{
color: #F0FC71;
}
.AnyTagClassName
{
color: #F0FC71;
}
</style>
background-color css
<style>
a { background-color: #F0FC71; }
a { background-color: rgb(240,252,113); }
div.DivClassName
{
background-color: #F0FC71;
}
.BgClassName
{
background-color: #F0FC71;
}
</style>
border-color css
<style>
span { border-color: #F0FC71; }
span { border-color: rgb(240,252,113); }
td.TdClassName
{
border-color: #F0FC71;
}
.TagClassName
{
border-color: #F0FC71;
}
</style>