Shades of Dolly #F5FD70
Tints of Dolly #F5FD70
RGB
CMYK
RGB Variations
Color information
#F5FD70 (or 0xF5FD70) is known color: Dolly. HEX triplet: F5, FD and 70. RGB value is (245,253,112). Sum of RGB (Red+Green+Blue) = 245+253+112=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 112 (44.14% from 255 or 18.36% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD70 is #0A028F. Grayscale: #EBEBEB. Windows color (decimal): -656016 or 7405045. OLE color: 7405045.
HSL color Cylindrical-coordinate representation of color #F5FD70: hue angle of 63.4º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5FD70 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 112 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.01 |
| HSL | 63.4º | 0.97% | 0.72% | - |
| HSV(B) | 63.4º | 0.56% | 0.99% | - |
| XYZ | 75.71 | 90.83 | 28.87 | - |
| YUV | 234.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 112 | 0.03 | 0 | 0.56 | 0.01 | 63.4 | 0.97 | 0.72 |
| Hex | F5 | FD | 70 | 3 | 0 | 38 | 1 | 3F | 61 | 48 |
| Octal | 365 | 375 | 160 | 3 | 0 | 70 | 1 | 77 | 141 | 110 |
| Binary | 11110101 | 11111101 | 1110000 | 11 | 0 | 111000 | 1 | 111111 | 1100001 | 1001000 |
Color Harmonies of #F5FD70
Complementary color
Monochromatic Colors of #F5FD70
Black with #F5FD70
Text Example
Text Example
White with #F5FD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD70; }
p { color: rgb(245,253,112); }
H1.HeaderClassName
{
color: #F5FD70;
}
.AnyTagClassName
{
color: #F5FD70;
}
</style>
background-color css
<style>
a { background-color: #F5FD70; }
a { background-color: rgb(245,253,112); }
div.DivClassName
{
background-color: #F5FD70;
}
.BgClassName
{
background-color: #F5FD70;
}
</style>
border-color css
<style>
span { border-color: #F5FD70; }
span { border-color: rgb(245,253,112); }
td.TdClassName
{
border-color: #F5FD70;
}
.TagClassName
{
border-color: #F5FD70;
}
</style>