Shades of Dolly #F2FF7A
Tints of Dolly #F2FF7A
RGB
CMYK
RGB Variations
Color information
#F2FF7A (or 0xF2FF7A) is known color: Dolly. HEX triplet: F2, FF and 7A. RGB value is (242,255,122). Sum of RGB (Red+Green+Blue) = 242+255+122=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 122 (48.05% from 255 or 19.71% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF7A is #0D0085. Grayscale: #ECECEC. Windows color (decimal): -852102 or 8060914. OLE color: 8060914.
HSL color Cylindrical-coordinate representation of color #F2FF7A: hue angle of 65.86º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2FF7A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 122 | - |
| CMYK | 0.05 | 0 | 0.52 | 0 |
| HSL | 65.86º | 1% | 0.74% | - |
| HSV(B) | 65.86º | 0.52% | 1% | - |
| XYZ | 75.89 | 91.8 | 32.13 | - |
| YUV | 235.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 122 | 0.05 | 0 | 0.52 | 0 | 65.86 | 1 | 0.74 |
| Hex | F2 | FF | 7A | 5 | 0 | 34 | 0 | 42 | 64 | 4A |
| Octal | 362 | 377 | 172 | 5 | 0 | 64 | 0 | 102 | 144 | 112 |
| Binary | 11110010 | 11111111 | 1111010 | 101 | 0 | 110100 | 0 | 1000010 | 1100100 | 1001010 |
Color Harmonies of #F2FF7A
Complementary color
Monochromatic Colors of #F2FF7A
Black with #F2FF7A
Text Example
Text Example
White with #F2FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF7A; }
p { color: rgb(242,255,122); }
H1.HeaderClassName
{
color: #F2FF7A;
}
.AnyTagClassName
{
color: #F2FF7A;
}
</style>
background-color css
<style>
a { background-color: #F2FF7A; }
a { background-color: rgb(242,255,122); }
div.DivClassName
{
background-color: #F2FF7A;
}
.BgClassName
{
background-color: #F2FF7A;
}
</style>
border-color css
<style>
span { border-color: #F2FF7A; }
span { border-color: rgb(242,255,122); }
td.TdClassName
{
border-color: #F2FF7A;
}
.TagClassName
{
border-color: #F2FF7A;
}
</style>