Shades of Laser Lemon #F0FC63
Tints of Laser Lemon #F0FC63
RGB
CMYK
RGB Variations
Color information
#F0FC63 (or 0xF0FC63) is known color: Laser Lemon. HEX triplet: F0, FC and 63. RGB value is (240,252,99). Sum of RGB (Red+Green+Blue) = 240+252+99=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 99 (39.06% from 255 or 16.75% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC63 is #0F039C. Grayscale: #E7E7E7. Windows color (decimal): -983965 or 6552816. OLE color: 6552816.
HSL color Cylindrical-coordinate representation of color #F0FC63: hue angle of 64.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0FC63 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 99 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.01 |
| HSL | 64.71º | 0.96% | 0.69% | - |
| HSV(B) | 64.71º | 0.61% | 0.99% | - |
| XYZ | 73 | 89.05 | 25.14 | - |
| YUV | 230.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 99 | 0.05 | 0 | 0.61 | 0.01 | 64.71 | 0.96 | 0.69 |
| Hex | F0 | FC | 63 | 5 | 0 | 3D | 1 | 41 | 60 | 45 |
| Octal | 360 | 374 | 143 | 5 | 0 | 75 | 1 | 101 | 140 | 105 |
| Binary | 11110000 | 11111100 | 1100011 | 101 | 0 | 111101 | 1 | 1000001 | 1100000 | 1000101 |
Color Harmonies of #F0FC63
Complementary color
Monochromatic Colors of #F0FC63
Black with #F0FC63
Text Example
Text Example
White with #F0FC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC63; }
p { color: rgb(240,252,99); }
H1.HeaderClassName
{
color: #F0FC63;
}
.AnyTagClassName
{
color: #F0FC63;
}
</style>
background-color css
<style>
a { background-color: #F0FC63; }
a { background-color: rgb(240,252,99); }
div.DivClassName
{
background-color: #F0FC63;
}
.BgClassName
{
background-color: #F0FC63;
}
</style>
border-color css
<style>
span { border-color: #F0FC63; }
span { border-color: rgb(240,252,99); }
td.TdClassName
{
border-color: #F0FC63;
}
.TagClassName
{
border-color: #F0FC63;
}
</style>