Shades of Lemon #F2FD19
Tints of Lemon #F2FD19
RGB
CMYK
RGB Variations
Color information
#F2FD19 (or 0xF2FD19) is known color: Lemon. HEX triplet: F2, FD and 19. RGB value is (242,253,25). Sum of RGB (Red+Green+Blue) = 242+253+25=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 25 (10.16% from 255 or 4.81% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FD19 is #0D02E6. Grayscale: #E0E0E0. Windows color (decimal): -852711 or 1703410. OLE color: 1703410.
HSL color Cylindrical-coordinate representation of color #F2FD19: hue angle of 62.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2FD19 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 25 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.01 |
| HSL | 62.89º | 0.98% | 0.55% | - |
| HSV(B) | 62.89º | 0.9% | 0.99% | - |
| XYZ | 71.92 | 89.2 | 14.35 | - |
| YUV | 223.72 | 15.86 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 25 | 0.04 | 0 | 0.90 | 0.01 | 62.89 | 0.98 | 0.55 |
| Hex | F2 | FD | 19 | 4 | 0 | 5A | 1 | 3F | 62 | 37 |
| Octal | 362 | 375 | 31 | 4 | 0 | 132 | 1 | 77 | 142 | 67 |
| Binary | 11110010 | 11111101 | 11001 | 100 | 0 | 1011010 | 1 | 111111 | 1100010 | 110111 |
Color Harmonies of #F2FD19
Complementary color
Monochromatic Colors of #F2FD19
Black with #F2FD19
Text Example
Text Example
White with #F2FD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD19; }
p { color: rgb(242,253,25); }
H1.HeaderClassName
{
color: #F2FD19;
}
.AnyTagClassName
{
color: #F2FD19;
}
</style>
background-color css
<style>
a { background-color: #F2FD19; }
a { background-color: rgb(242,253,25); }
div.DivClassName
{
background-color: #F2FD19;
}
.BgClassName
{
background-color: #F2FD19;
}
</style>
border-color css
<style>
span { border-color: #F2FD19; }
span { border-color: rgb(242,253,25); }
td.TdClassName
{
border-color: #F2FD19;
}
.TagClassName
{
border-color: #F2FD19;
}
</style>