Shades of Dolly #F1FC78
Tints of Dolly #F1FC78
RGB
CMYK
RGB Variations
Color information
#F1FC78 (or 0xF1FC78) is known color: Dolly. HEX triplet: F1, FC and 78. RGB value is (241,252,120). Sum of RGB (Red+Green+Blue) = 241+252+120=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 120 (47.27% from 255 or 19.58% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FC78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FC78 is #0E0387. Grayscale: #EAEAEA. Windows color (decimal): -918408 or 7929073. OLE color: 7929073.
HSL color Cylindrical-coordinate representation of color #F1FC78: hue angle of 65º 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 #F1FC78 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 120 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.01 |
| HSL | 65º | 0.96% | 0.73% | - |
| HSV(B) | 65º | 0.52% | 0.99% | - |
| XYZ | 74.48 | 89.68 | 31.15 | - |
| YUV | 233.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 120 | 0.04 | 0 | 0.52 | 0.01 | 65 | 0.96 | 0.73 |
| Hex | F1 | FC | 78 | 4 | 0 | 34 | 1 | 41 | 60 | 49 |
| Octal | 361 | 374 | 170 | 4 | 0 | 64 | 1 | 101 | 140 | 111 |
| Binary | 11110001 | 11111100 | 1111000 | 100 | 0 | 110100 | 1 | 1000001 | 1100000 | 1001001 |
Color Harmonies of #F1FC78
Complementary color
Monochromatic Colors of #F1FC78
Black with #F1FC78
Text Example
Text Example
White with #F1FC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FC78; }
p { color: rgb(241,252,120); }
H1.HeaderClassName
{
color: #F1FC78;
}
.AnyTagClassName
{
color: #F1FC78;
}
</style>
background-color css
<style>
a { background-color: #F1FC78; }
a { background-color: rgb(241,252,120); }
div.DivClassName
{
background-color: #F1FC78;
}
.BgClassName
{
background-color: #F1FC78;
}
</style>
border-color css
<style>
span { border-color: #F1FC78; }
span { border-color: rgb(241,252,120); }
td.TdClassName
{
border-color: #F1FC78;
}
.TagClassName
{
border-color: #F1FC78;
}
</style>