Shades of Dolly #F0FD71
Tints of Dolly #F0FD71
RGB
CMYK
RGB Variations
Color information
#F0FD71 (or 0xF0FD71) is known color: Dolly. HEX triplet: F0, FD and 71. RGB value is (240,253,113). Sum of RGB (Red+Green+Blue) = 240+253+113=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 113 (44.53% from 255 or 18.65% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD71 is #0F028E. Grayscale: #E9E9E9. Windows color (decimal): -983695 or 7470576. OLE color: 7470576.
HSL color Cylindrical-coordinate representation of color #F0FD71: hue angle of 65.57º degrees, saturation: 0.97, 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 #F0FD71 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 113 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.01 |
| HSL | 65.57º | 0.97% | 0.72% | - |
| HSV(B) | 65.57º | 0.55% | 0.99% | - |
| XYZ | 74.04 | 89.97 | 29.09 | - |
| YUV | 233.15 | 60.19 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 113 | 0.05 | 0 | 0.55 | 0.01 | 65.57 | 0.97 | 0.72 |
| Hex | F0 | FD | 71 | 5 | 0 | 37 | 1 | 42 | 61 | 48 |
| Octal | 360 | 375 | 161 | 5 | 0 | 67 | 1 | 102 | 141 | 110 |
| Binary | 11110000 | 11111101 | 1110001 | 101 | 0 | 110111 | 1 | 1000010 | 1100001 | 1001000 |
Color Harmonies of #F0FD71
Complementary color
Monochromatic Colors of #F0FD71
Black with #F0FD71
Text Example
Text Example
White with #F0FD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD71; }
p { color: rgb(240,253,113); }
H1.HeaderClassName
{
color: #F0FD71;
}
.AnyTagClassName
{
color: #F0FD71;
}
</style>
background-color css
<style>
a { background-color: #F0FD71; }
a { background-color: rgb(240,253,113); }
div.DivClassName
{
background-color: #F0FD71;
}
.BgClassName
{
background-color: #F0FD71;
}
</style>
border-color css
<style>
span { border-color: #F0FD71; }
span { border-color: rgb(240,253,113); }
td.TdClassName
{
border-color: #F0FD71;
}
.TagClassName
{
border-color: #F0FD71;
}
</style>