Shades of Laser Lemon #F2FB5D
Tints of Laser Lemon #F2FB5D
RGB
CMYK
RGB Variations
Color information
#F2FB5D (or 0xF2FB5D) is known color: Laser Lemon. HEX triplet: F2, FB and 5D. RGB value is (242,251,93). Sum of RGB (Red+Green+Blue) = 242+251+93=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 93 (36.72% from 255 or 15.87% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FB5D is #0D04A2. Grayscale: #E6E6E6. Windows color (decimal): -853155 or 6159346. OLE color: 6159346.
HSL color Cylindrical-coordinate representation of color #F2FB5D: hue angle of 63.42º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2FB5D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 93 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.02 |
| HSL | 63.42º | 0.95% | 0.67% | - |
| HSV(B) | 63.42º | 0.63% | 0.98% | - |
| XYZ | 73.09 | 88.66 | 23.62 | - |
| YUV | 230.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 93 | 0.04 | 0 | 0.63 | 0.02 | 63.42 | 0.95 | 0.67 |
| Hex | F2 | FB | 5D | 4 | 0 | 3F | 2 | 3F | 5F | 43 |
| Octal | 362 | 373 | 135 | 4 | 0 | 77 | 2 | 77 | 137 | 103 |
| Binary | 11110010 | 11111011 | 1011101 | 100 | 0 | 111111 | 10 | 111111 | 1011111 | 1000011 |
Color Harmonies of #F2FB5D
Complementary color
Monochromatic Colors of #F2FB5D
Black with #F2FB5D
Text Example
Text Example
White with #F2FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FB5D; }
p { color: rgb(242,251,93); }
H1.HeaderClassName
{
color: #F2FB5D;
}
.AnyTagClassName
{
color: #F2FB5D;
}
</style>
background-color css
<style>
a { background-color: #F2FB5D; }
a { background-color: rgb(242,251,93); }
div.DivClassName
{
background-color: #F2FB5D;
}
.BgClassName
{
background-color: #F2FB5D;
}
</style>
border-color css
<style>
span { border-color: #F2FB5D; }
span { border-color: rgb(242,251,93); }
td.TdClassName
{
border-color: #F2FB5D;
}
.TagClassName
{
border-color: #F2FB5D;
}
</style>