Shades of Dolly #F2FD7C
Tints of Dolly #F2FD7C
RGB
CMYK
RGB Variations
Color information
#F2FD7C (or 0xF2FD7C) is known color: Dolly. HEX triplet: F2, FD and 7C. RGB value is (242,253,124). Sum of RGB (Red+Green+Blue) = 242+253+124=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD7C is #0D0283. Grayscale: #EBEBEB. Windows color (decimal): -852612 or 8191474. OLE color: 8191474.
HSL color Cylindrical-coordinate representation of color #F2FD7C: hue angle of 65.12º 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 #F2FD7C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 124 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.01 |
| HSL | 65.12º | 0.97% | 0.74% | - |
| HSV(B) | 65.12º | 0.51% | 0.99% | - |
| XYZ | 75.38 | 90.58 | 32.58 | - |
| YUV | 235.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 124 | 0.04 | 0 | 0.51 | 0.01 | 65.12 | 0.97 | 0.74 |
| Hex | F2 | FD | 7C | 4 | 0 | 33 | 1 | 41 | 61 | 4A |
| Octal | 362 | 375 | 174 | 4 | 0 | 63 | 1 | 101 | 141 | 112 |
| Binary | 11110010 | 11111101 | 1111100 | 100 | 0 | 110011 | 1 | 1000001 | 1100001 | 1001010 |
Color Harmonies of #F2FD7C
Complementary color
Monochromatic Colors of #F2FD7C
Black with #F2FD7C
Text Example
Text Example
White with #F2FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD7C; }
p { color: rgb(242,253,124); }
H1.HeaderClassName
{
color: #F2FD7C;
}
.AnyTagClassName
{
color: #F2FD7C;
}
</style>
background-color css
<style>
a { background-color: #F2FD7C; }
a { background-color: rgb(242,253,124); }
div.DivClassName
{
background-color: #F2FD7C;
}
.BgClassName
{
background-color: #F2FD7C;
}
</style>
border-color css
<style>
span { border-color: #F2FD7C; }
span { border-color: rgb(242,253,124); }
td.TdClassName
{
border-color: #F2FD7C;
}
.TagClassName
{
border-color: #F2FD7C;
}
</style>