Shades of Dolly #F0FC78
Tints of Dolly #F0FC78
RGB
CMYK
RGB Variations
Color information
#F0FC78 (or 0xF0FC78) is known color: Dolly. HEX triplet: F0, FC and 78. RGB value is (240,252,120). Sum of RGB (Red+Green+Blue) = 240+252+120=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 120 (47.27% from 255 or 19.61% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC78 is #0F0387. Grayscale: #E9E9E9. Windows color (decimal): -983944 or 7929072. OLE color: 7929072.
HSL color Cylindrical-coordinate representation of color #F0FC78: hue angle of 65.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0FC78 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 120 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.01 |
| HSL | 65.45º | 0.96% | 0.73% | - |
| HSV(B) | 65.45º | 0.52% | 0.99% | - |
| XYZ | 74.14 | 89.5 | 31.14 | - |
| YUV | 233.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 120 | 0.05 | 0 | 0.52 | 0.01 | 65.45 | 0.96 | 0.73 |
| Hex | F0 | FC | 78 | 5 | 0 | 34 | 1 | 41 | 60 | 49 |
| Octal | 360 | 374 | 170 | 5 | 0 | 64 | 1 | 101 | 140 | 111 |
| Binary | 11110000 | 11111100 | 1111000 | 101 | 0 | 110100 | 1 | 1000001 | 1100000 | 1001001 |
Color Harmonies of #F0FC78
Complementary color
Monochromatic Colors of #F0FC78
Black with #F0FC78
Text Example
Text Example
White with #F0FC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC78; }
p { color: rgb(240,252,120); }
H1.HeaderClassName
{
color: #F0FC78;
}
.AnyTagClassName
{
color: #F0FC78;
}
</style>
background-color css
<style>
a { background-color: #F0FC78; }
a { background-color: rgb(240,252,120); }
div.DivClassName
{
background-color: #F0FC78;
}
.BgClassName
{
background-color: #F0FC78;
}
</style>
border-color css
<style>
span { border-color: #F0FC78; }
span { border-color: rgb(240,252,120); }
td.TdClassName
{
border-color: #F0FC78;
}
.TagClassName
{
border-color: #F0FC78;
}
</style>