Shades of Dolly #F5FC7C
Tints of Dolly #F5FC7C
RGB
CMYK
RGB Variations
Color information
#F5FC7C (or 0xF5FC7C) is known color: Dolly. HEX triplet: F5, FC and 7C. RGB value is (245,252,124). Sum of RGB (Red+Green+Blue) = 245+252+124=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 124 (48.83% from 255 or 19.97% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FC7C is #0A0383. Grayscale: #EBEBEB. Windows color (decimal): -656260 or 8191221. OLE color: 8191221.
HSL color Cylindrical-coordinate representation of color #F5FC7C: hue angle of 63.28º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5FC7C is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 124 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.01 |
| HSL | 63.28º | 0.96% | 0.74% | - |
| HSV(B) | 63.28º | 0.51% | 0.99% | - |
| XYZ | 76.1 | 90.49 | 32.52 | - |
| YUV | 235.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 124 | 0.03 | 0 | 0.51 | 0.01 | 63.28 | 0.96 | 0.74 |
| Hex | F5 | FC | 7C | 3 | 0 | 33 | 1 | 3F | 60 | 4A |
| Octal | 365 | 374 | 174 | 3 | 0 | 63 | 1 | 77 | 140 | 112 |
| Binary | 11110101 | 11111100 | 1111100 | 11 | 0 | 110011 | 1 | 111111 | 1100000 | 1001010 |
Color Harmonies of #F5FC7C
Complementary color
Monochromatic Colors of #F5FC7C
Black with #F5FC7C
Text Example
Text Example
White with #F5FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FC7C; }
p { color: rgb(245,252,124); }
H1.HeaderClassName
{
color: #F5FC7C;
}
.AnyTagClassName
{
color: #F5FC7C;
}
</style>
background-color css
<style>
a { background-color: #F5FC7C; }
a { background-color: rgb(245,252,124); }
div.DivClassName
{
background-color: #F5FC7C;
}
.BgClassName
{
background-color: #F5FC7C;
}
</style>
border-color css
<style>
span { border-color: #F5FC7C; }
span { border-color: rgb(245,252,124); }
td.TdClassName
{
border-color: #F5FC7C;
}
.TagClassName
{
border-color: #F5FC7C;
}
</style>