Shades of Dolly #F5FD7D
Tints of Dolly #F5FD7D
RGB
CMYK
RGB Variations
Color information
#F5FD7D (or 0xF5FD7D) is known color: Dolly. HEX triplet: F5, FD and 7D. RGB value is (245,253,125). Sum of RGB (Red+Green+Blue) = 245+253+125=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 125 (49.22% from 255 or 20.06% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD7D is #0A0282. Grayscale: #ECECEC. Windows color (decimal): -656003 or 8257013. OLE color: 8257013.
HSL color Cylindrical-coordinate representation of color #F5FD7D: hue angle of 63.75º degrees, saturation: 0.97, 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 #F5FD7D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 125 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.01 |
| HSL | 63.75º | 0.97% | 0.74% | - |
| HSV(B) | 63.75º | 0.51% | 0.99% | - |
| XYZ | 76.48 | 91.14 | 32.96 | - |
| YUV | 236.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 125 | 0.03 | 0 | 0.51 | 0.01 | 63.75 | 0.97 | 0.74 |
| Hex | F5 | FD | 7D | 3 | 0 | 33 | 1 | 40 | 61 | 4A |
| Octal | 365 | 375 | 175 | 3 | 0 | 63 | 1 | 100 | 141 | 112 |
| Binary | 11110101 | 11111101 | 1111101 | 11 | 0 | 110011 | 1 | 1000000 | 1100001 | 1001010 |
Color Harmonies of #F5FD7D
Complementary color
Monochromatic Colors of #F5FD7D
Black with #F5FD7D
Text Example
Text Example
White with #F5FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD7D; }
p { color: rgb(245,253,125); }
H1.HeaderClassName
{
color: #F5FD7D;
}
.AnyTagClassName
{
color: #F5FD7D;
}
</style>
background-color css
<style>
a { background-color: #F5FD7D; }
a { background-color: rgb(245,253,125); }
div.DivClassName
{
background-color: #F5FD7D;
}
.BgClassName
{
background-color: #F5FD7D;
}
</style>
border-color css
<style>
span { border-color: #F5FD7D; }
span { border-color: rgb(245,253,125); }
td.TdClassName
{
border-color: #F5FD7D;
}
.TagClassName
{
border-color: #F5FD7D;
}
</style>