Shades of Dolly #F0FE7A
Tints of Dolly #F0FE7A
RGB
CMYK
RGB Variations
Color information
#F0FE7A (or 0xF0FE7A) is known color: Dolly. HEX triplet: F0, FE and 7A. RGB value is (240,254,122). Sum of RGB (Red+Green+Blue) = 240+254+122=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 122 (48.05% from 255 or 19.81% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FE7A is #0F0185. Grayscale: #EBEBEB. Windows color (decimal): -983430 or 8060656. OLE color: 8060656.
HSL color Cylindrical-coordinate representation of color #F0FE7A: hue angle of 66.36º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0FE7A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 122 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.00 |
| HSL | 66.36º | 0.99% | 0.74% | - |
| HSV(B) | 66.36º | 0.52% | 1% | - |
| XYZ | 74.89 | 90.81 | 31.99 | - |
| YUV | 234.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 122 | 0.06 | 0 | 0.52 | 0.00 | 66.36 | 0.99 | 0.74 |
| Hex | F0 | FE | 7A | 6 | 0 | 34 | 0 | 42 | 63 | 4A |
| Octal | 360 | 376 | 172 | 6 | 0 | 64 | 0 | 102 | 143 | 112 |
| Binary | 11110000 | 11111110 | 1111010 | 110 | 0 | 110100 | 0 | 1000010 | 1100011 | 1001010 |
Color Harmonies of #F0FE7A
Complementary color
Monochromatic Colors of #F0FE7A
Black with #F0FE7A
Text Example
Text Example
White with #F0FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE7A; }
p { color: rgb(240,254,122); }
H1.HeaderClassName
{
color: #F0FE7A;
}
.AnyTagClassName
{
color: #F0FE7A;
}
</style>
background-color css
<style>
a { background-color: #F0FE7A; }
a { background-color: rgb(240,254,122); }
div.DivClassName
{
background-color: #F0FE7A;
}
.BgClassName
{
background-color: #F0FE7A;
}
</style>
border-color css
<style>
span { border-color: #F0FE7A; }
span { border-color: rgb(240,254,122); }
td.TdClassName
{
border-color: #F0FE7A;
}
.TagClassName
{
border-color: #F0FE7A;
}
</style>