Shades of Dolly #F5FD7A
Tints of Dolly #F5FD7A
RGB
CMYK
RGB Variations
Color information
#F5FD7A (or 0xF5FD7A) is known color: Dolly. HEX triplet: F5, FD and 7A. RGB value is (245,253,122). Sum of RGB (Red+Green+Blue) = 245+253+122=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 122 (48.05% from 255 or 19.68% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD7A is #0A0285. Grayscale: #ECECEC. Windows color (decimal): -656006 or 8060405. OLE color: 8060405.
HSL color Cylindrical-coordinate representation of color #F5FD7A: hue angle of 63.66º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5FD7A is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 122 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.01 |
| HSL | 63.66º | 0.97% | 0.74% | - |
| HSV(B) | 63.66º | 0.52% | 0.99% | - |
| XYZ | 76.29 | 91.07 | 31.97 | - |
| YUV | 235.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 122 | 0.03 | 0 | 0.52 | 0.01 | 63.66 | 0.97 | 0.74 |
| Hex | F5 | FD | 7A | 3 | 0 | 34 | 1 | 40 | 61 | 4A |
| Octal | 365 | 375 | 172 | 3 | 0 | 64 | 1 | 100 | 141 | 112 |
| Binary | 11110101 | 11111101 | 1111010 | 11 | 0 | 110100 | 1 | 1000000 | 1100001 | 1001010 |
Color Harmonies of #F5FD7A
Complementary color
Monochromatic Colors of #F5FD7A
Black with #F5FD7A
Text Example
Text Example
White with #F5FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD7A; }
p { color: rgb(245,253,122); }
H1.HeaderClassName
{
color: #F5FD7A;
}
.AnyTagClassName
{
color: #F5FD7A;
}
</style>
background-color css
<style>
a { background-color: #F5FD7A; }
a { background-color: rgb(245,253,122); }
div.DivClassName
{
background-color: #F5FD7A;
}
.BgClassName
{
background-color: #F5FD7A;
}
</style>
border-color css
<style>
span { border-color: #F5FD7A; }
span { border-color: rgb(245,253,122); }
td.TdClassName
{
border-color: #F5FD7A;
}
.TagClassName
{
border-color: #F5FD7A;
}
</style>