Shades of Laser Lemon #F2FD5C
Tints of Laser Lemon #F2FD5C
RGB
CMYK
RGB Variations
Color information
#F2FD5C (or 0xF2FD5C) is known color: Laser Lemon. HEX triplet: F2, FD and 5C. RGB value is (242,253,92). Sum of RGB (Red+Green+Blue) = 242+253+92=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 92 (36.33% from 255 or 15.67% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD5C is #0D02A3. Grayscale: #E7E7E7. Windows color (decimal): -852644 or 6094322. OLE color: 6094322.
HSL color Cylindrical-coordinate representation of color #F2FD5C: hue angle of 64.1º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2FD5C is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 92 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.01 |
| HSL | 64.1º | 0.98% | 0.68% | - |
| HSV(B) | 64.1º | 0.64% | 0.99% | - |
| XYZ | 73.68 | 89.9 | 23.59 | - |
| YUV | 231.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 92 | 0.04 | 0 | 0.64 | 0.01 | 64.1 | 0.98 | 0.68 |
| Hex | F2 | FD | 5C | 4 | 0 | 40 | 1 | 40 | 62 | 44 |
| Octal | 362 | 375 | 134 | 4 | 0 | 100 | 1 | 100 | 142 | 104 |
| Binary | 11110010 | 11111101 | 1011100 | 100 | 0 | 1000000 | 1 | 1000000 | 1100010 | 1000100 |
Color Harmonies of #F2FD5C
Complementary color
Monochromatic Colors of #F2FD5C
Black with #F2FD5C
Text Example
Text Example
White with #F2FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD5C; }
p { color: rgb(242,253,92); }
H1.HeaderClassName
{
color: #F2FD5C;
}
.AnyTagClassName
{
color: #F2FD5C;
}
</style>
background-color css
<style>
a { background-color: #F2FD5C; }
a { background-color: rgb(242,253,92); }
div.DivClassName
{
background-color: #F2FD5C;
}
.BgClassName
{
background-color: #F2FD5C;
}
</style>
border-color css
<style>
span { border-color: #F2FD5C; }
span { border-color: rgb(242,253,92); }
td.TdClassName
{
border-color: #F2FD5C;
}
.TagClassName
{
border-color: #F2FD5C;
}
</style>