Shades of Lemon #F2FD25
Tints of Lemon #F2FD25
RGB
CMYK
RGB Variations
Color information
#F2FD25 (or 0xF2FD25) is known color: Lemon. HEX triplet: F2, FD and 25. RGB value is (242,253,37). Sum of RGB (Red+Green+Blue) = 242+253+37=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 37 (14.84% from 255 or 6.95% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD25 is #0D02DA. Grayscale: #E1E1E1. Windows color (decimal): -852699 or 2489842. OLE color: 2489842.
HSL color Cylindrical-coordinate representation of color #F2FD25: hue angle of 63.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2FD25 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 37 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.01 |
| HSL | 63.06º | 0.98% | 0.57% | - |
| HSV(B) | 63.06º | 0.85% | 0.99% | - |
| XYZ | 72.08 | 89.26 | 15.18 | - |
| YUV | 225.09 | 21.86 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 37 | 0.04 | 0 | 0.85 | 0.01 | 63.06 | 0.98 | 0.57 |
| Hex | F2 | FD | 25 | 4 | 0 | 55 | 1 | 3F | 62 | 39 |
| Octal | 362 | 375 | 45 | 4 | 0 | 125 | 1 | 77 | 142 | 71 |
| Binary | 11110010 | 11111101 | 100101 | 100 | 0 | 1010101 | 1 | 111111 | 1100010 | 111001 |
Color Harmonies of #F2FD25
Complementary color
Monochromatic Colors of #F2FD25
Black with #F2FD25
Text Example
Text Example
White with #F2FD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD25; }
p { color: rgb(242,253,37); }
H1.HeaderClassName
{
color: #F2FD25;
}
.AnyTagClassName
{
color: #F2FD25;
}
</style>
background-color css
<style>
a { background-color: #F2FD25; }
a { background-color: rgb(242,253,37); }
div.DivClassName
{
background-color: #F2FD25;
}
.BgClassName
{
background-color: #F2FD25;
}
</style>
border-color css
<style>
span { border-color: #F2FD25; }
span { border-color: rgb(242,253,37); }
td.TdClassName
{
border-color: #F2FD25;
}
.TagClassName
{
border-color: #F2FD25;
}
</style>