Shades of Dolly #F5FD77
Tints of Dolly #F5FD77
RGB
CMYK
RGB Variations
Color information
#F5FD77 (or 0xF5FD77) is known color: Dolly. HEX triplet: F5, FD and 77. RGB value is (245,253,119). Sum of RGB (Red+Green+Blue) = 245+253+119=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 119 (46.88% from 255 or 19.29% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD77 is #0A0288. Grayscale: #EBEBEB. Windows color (decimal): -656009 or 7863797. OLE color: 7863797.
HSL color Cylindrical-coordinate representation of color #F5FD77: hue angle of 63.58º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5FD77 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 119 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.01 |
| HSL | 63.58º | 0.97% | 0.73% | - |
| HSV(B) | 63.58º | 0.53% | 0.99% | - |
| XYZ | 76.11 | 90.99 | 31.01 | - |
| YUV | 235.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 119 | 0.03 | 0 | 0.53 | 0.01 | 63.58 | 0.97 | 0.73 |
| Hex | F5 | FD | 77 | 3 | 0 | 35 | 1 | 40 | 61 | 49 |
| Octal | 365 | 375 | 167 | 3 | 0 | 65 | 1 | 100 | 141 | 111 |
| Binary | 11110101 | 11111101 | 1110111 | 11 | 0 | 110101 | 1 | 1000000 | 1100001 | 1001001 |
Color Harmonies of #F5FD77
Complementary color
Monochromatic Colors of #F5FD77
Black with #F5FD77
Text Example
Text Example
White with #F5FD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD77; }
p { color: rgb(245,253,119); }
H1.HeaderClassName
{
color: #F5FD77;
}
.AnyTagClassName
{
color: #F5FD77;
}
</style>
background-color css
<style>
a { background-color: #F5FD77; }
a { background-color: rgb(245,253,119); }
div.DivClassName
{
background-color: #F5FD77;
}
.BgClassName
{
background-color: #F5FD77;
}
</style>
border-color css
<style>
span { border-color: #F5FD77; }
span { border-color: rgb(245,253,119); }
td.TdClassName
{
border-color: #F5FD77;
}
.TagClassName
{
border-color: #F5FD77;
}
</style>