Shades of Dolly #F5FC7D
Tints of Dolly #F5FC7D
RGB
CMYK
RGB Variations
Color information
#F5FC7D (or 0xF5FC7D) is known color: Dolly. HEX triplet: F5, FC and 7D. RGB value is (245,252,125). Sum of RGB (Red+Green+Blue) = 245+252+125=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 125 (49.22% from 255 or 20.10% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FC7D is #0A0382. Grayscale: #EBEBEB. Windows color (decimal): -656259 or 8256757. OLE color: 8256757.
HSL color Cylindrical-coordinate representation of color #F5FC7D: hue angle of 63.31º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5FC7D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 125 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.01 |
| HSL | 63.31º | 0.95% | 0.74% | - |
| HSV(B) | 63.31º | 0.5% | 0.99% | - |
| XYZ | 76.17 | 90.51 | 32.86 | - |
| YUV | 235.43 | 65.68 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 125 | 0.03 | 0 | 0.50 | 0.01 | 63.31 | 0.95 | 0.74 |
| Hex | F5 | FC | 7D | 3 | 0 | 32 | 1 | 3F | 5F | 4A |
| Octal | 365 | 374 | 175 | 3 | 0 | 62 | 1 | 77 | 137 | 112 |
| Binary | 11110101 | 11111100 | 1111101 | 11 | 0 | 110010 | 1 | 111111 | 1011111 | 1001010 |
Color Harmonies of #F5FC7D
Complementary color
Monochromatic Colors of #F5FC7D
Black with #F5FC7D
Text Example
Text Example
White with #F5FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FC7D; }
p { color: rgb(245,252,125); }
H1.HeaderClassName
{
color: #F5FC7D;
}
.AnyTagClassName
{
color: #F5FC7D;
}
</style>
background-color css
<style>
a { background-color: #F5FC7D; }
a { background-color: rgb(245,252,125); }
div.DivClassName
{
background-color: #F5FC7D;
}
.BgClassName
{
background-color: #F5FC7D;
}
</style>
border-color css
<style>
span { border-color: #F5FC7D; }
span { border-color: rgb(245,252,125); }
td.TdClassName
{
border-color: #F5FC7D;
}
.TagClassName
{
border-color: #F5FC7D;
}
</style>