Shades of Dolly #F0FD7D
Tints of Dolly #F0FD7D
RGB
CMYK
RGB Variations
Color information
#F0FD7D (or 0xF0FD7D) is known color: Dolly. HEX triplet: F0, FD and 7D. RGB value is (240,253,125). Sum of RGB (Red+Green+Blue) = 240+253+125=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 125 (49.22% from 255 or 20.23% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD7D is #0F0282. Grayscale: #EBEBEB. Windows color (decimal): -983683 or 8257008. OLE color: 8257008.
HSL color Cylindrical-coordinate representation of color #F0FD7D: hue angle of 66.09º 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 #F0FD7D is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 125 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.01 |
| HSL | 66.09º | 0.97% | 0.74% | - |
| HSV(B) | 66.09º | 0.51% | 0.99% | - |
| XYZ | 74.76 | 90.26 | 32.88 | - |
| YUV | 234.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 125 | 0.05 | 0 | 0.51 | 0.01 | 66.09 | 0.97 | 0.74 |
| Hex | F0 | FD | 7D | 5 | 0 | 33 | 1 | 42 | 61 | 4A |
| Octal | 360 | 375 | 175 | 5 | 0 | 63 | 1 | 102 | 141 | 112 |
| Binary | 11110000 | 11111101 | 1111101 | 101 | 0 | 110011 | 1 | 1000010 | 1100001 | 1001010 |
Color Harmonies of #F0FD7D
Complementary color
Monochromatic Colors of #F0FD7D
Black with #F0FD7D
Text Example
Text Example
White with #F0FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD7D; }
p { color: rgb(240,253,125); }
H1.HeaderClassName
{
color: #F0FD7D;
}
.AnyTagClassName
{
color: #F0FD7D;
}
</style>
background-color css
<style>
a { background-color: #F0FD7D; }
a { background-color: rgb(240,253,125); }
div.DivClassName
{
background-color: #F0FD7D;
}
.BgClassName
{
background-color: #F0FD7D;
}
</style>
border-color css
<style>
span { border-color: #F0FD7D; }
span { border-color: rgb(240,253,125); }
td.TdClassName
{
border-color: #F0FD7D;
}
.TagClassName
{
border-color: #F0FD7D;
}
</style>