Shades of Dolly #F0FD7A
Tints of Dolly #F0FD7A
RGB
CMYK
RGB Variations
Color information
#F0FD7A (or 0xF0FD7A) is known color: Dolly. HEX triplet: F0, FD and 7A. RGB value is (240,253,122). Sum of RGB (Red+Green+Blue) = 240+253+122=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD7A is #0F0285. Grayscale: #EAEAEA. Windows color (decimal): -983686 or 8060400. OLE color: 8060400.
HSL color Cylindrical-coordinate representation of color #F0FD7A: hue angle of 65.95º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0FD7A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 122 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.01 |
| HSL | 65.95º | 0.97% | 0.74% | - |
| HSV(B) | 65.95º | 0.52% | 0.99% | - |
| XYZ | 74.57 | 90.18 | 31.89 | - |
| YUV | 234.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 122 | 0.05 | 0 | 0.52 | 0.01 | 65.95 | 0.97 | 0.74 |
| Hex | F0 | FD | 7A | 5 | 0 | 34 | 1 | 42 | 61 | 4A |
| Octal | 360 | 375 | 172 | 5 | 0 | 64 | 1 | 102 | 141 | 112 |
| Binary | 11110000 | 11111101 | 1111010 | 101 | 0 | 110100 | 1 | 1000010 | 1100001 | 1001010 |
Color Harmonies of #F0FD7A
Complementary color
Monochromatic Colors of #F0FD7A
Black with #F0FD7A
Text Example
Text Example
White with #F0FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD7A; }
p { color: rgb(240,253,122); }
H1.HeaderClassName
{
color: #F0FD7A;
}
.AnyTagClassName
{
color: #F0FD7A;
}
</style>
background-color css
<style>
a { background-color: #F0FD7A; }
a { background-color: rgb(240,253,122); }
div.DivClassName
{
background-color: #F0FD7A;
}
.BgClassName
{
background-color: #F0FD7A;
}
</style>
border-color css
<style>
span { border-color: #F0FD7A; }
span { border-color: rgb(240,253,122); }
td.TdClassName
{
border-color: #F0FD7A;
}
.TagClassName
{
border-color: #F0FD7A;
}
</style>