Shades of Dolly #F2FF7C
Tints of Dolly #F2FF7C
RGB
CMYK
RGB Variations
Color information
#F2FF7C (or 0xF2FF7C) is known color: Dolly. HEX triplet: F2, FF and 7C. RGB value is (242,255,124). Sum of RGB (Red+Green+Blue) = 242+255+124=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 124 (48.83% from 255 or 19.97% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF7C is #0D0083. Grayscale: #ECECEC. Windows color (decimal): -852100 or 8191986. OLE color: 8191986.
HSL color Cylindrical-coordinate representation of color #F2FF7C: hue angle of 65.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2FF7C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 124 | - |
| CMYK | 0.05 | 0 | 0.51 | 0 |
| HSL | 65.95º | 1% | 0.74% | - |
| HSV(B) | 65.95º | 0.51% | 1% | - |
| XYZ | 76.02 | 91.85 | 32.79 | - |
| YUV | 236.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 124 | 0.05 | 0 | 0.51 | 0 | 65.95 | 1 | 0.74 |
| Hex | F2 | FF | 7C | 5 | 0 | 33 | 0 | 42 | 64 | 4A |
| Octal | 362 | 377 | 174 | 5 | 0 | 63 | 0 | 102 | 144 | 112 |
| Binary | 11110010 | 11111111 | 1111100 | 101 | 0 | 110011 | 0 | 1000010 | 1100100 | 1001010 |
Color Harmonies of #F2FF7C
Complementary color
Monochromatic Colors of #F2FF7C
Black with #F2FF7C
Text Example
Text Example
White with #F2FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF7C; }
p { color: rgb(242,255,124); }
H1.HeaderClassName
{
color: #F2FF7C;
}
.AnyTagClassName
{
color: #F2FF7C;
}
</style>
background-color css
<style>
a { background-color: #F2FF7C; }
a { background-color: rgb(242,255,124); }
div.DivClassName
{
background-color: #F2FF7C;
}
.BgClassName
{
background-color: #F2FF7C;
}
</style>
border-color css
<style>
span { border-color: #F2FF7C; }
span { border-color: rgb(242,255,124); }
td.TdClassName
{
border-color: #F2FF7C;
}
.TagClassName
{
border-color: #F2FF7C;
}
</style>