Shades of Dolly #F2FD7D
Tints of Dolly #F2FD7D
RGB
CMYK
RGB Variations
Color information
#F2FD7D (or 0xF2FD7D) is known color: Dolly. HEX triplet: F2, FD and 7D. RGB value is (242,253,125). Sum of RGB (Red+Green+Blue) = 242+253+125=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD7D is #0D0282. Grayscale: #EBEBEB. Windows color (decimal): -852611 or 8257010. OLE color: 8257010.
HSL color Cylindrical-coordinate representation of color #F2FD7D: hue angle of 65.16º 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 #F2FD7D is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 125 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.01 |
| HSL | 65.16º | 0.97% | 0.74% | - |
| HSV(B) | 65.16º | 0.51% | 0.99% | - |
| XYZ | 75.44 | 90.61 | 32.91 | - |
| YUV | 235.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 125 | 0.04 | 0 | 0.51 | 0.01 | 65.16 | 0.97 | 0.74 |
| Hex | F2 | FD | 7D | 4 | 0 | 33 | 1 | 41 | 61 | 4A |
| Octal | 362 | 375 | 175 | 4 | 0 | 63 | 1 | 101 | 141 | 112 |
| Binary | 11110010 | 11111101 | 1111101 | 100 | 0 | 110011 | 1 | 1000001 | 1100001 | 1001010 |
Color Harmonies of #F2FD7D
Complementary color
Monochromatic Colors of #F2FD7D
Black with #F2FD7D
Text Example
Text Example
White with #F2FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD7D; }
p { color: rgb(242,253,125); }
H1.HeaderClassName
{
color: #F2FD7D;
}
.AnyTagClassName
{
color: #F2FD7D;
}
</style>
background-color css
<style>
a { background-color: #F2FD7D; }
a { background-color: rgb(242,253,125); }
div.DivClassName
{
background-color: #F2FD7D;
}
.BgClassName
{
background-color: #F2FD7D;
}
</style>
border-color css
<style>
span { border-color: #F2FD7D; }
span { border-color: rgb(242,253,125); }
td.TdClassName
{
border-color: #F2FD7D;
}
.TagClassName
{
border-color: #F2FD7D;
}
</style>