Shades of Laser Lemon #F5FE70
Tints of Laser Lemon #F5FE70
RGB
CMYK
RGB Variations
Color information
#F5FE70 (or 0xF5FE70) is known color: Laser Lemon. HEX triplet: F5, FE and 70. RGB value is (245,254,112). Sum of RGB (Red+Green+Blue) = 245+254+112=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE70 is #0A018F. Grayscale: #EBEBEB. Windows color (decimal): -655760 or 7405301. OLE color: 7405301.
HSL color Cylindrical-coordinate representation of color #F5FE70: hue angle of 63.8º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5FE70 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 112 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.00 |
| HSL | 63.8º | 0.99% | 0.72% | - |
| HSV(B) | 63.8º | 0.56% | 1% | - |
| XYZ | 76.02 | 91.47 | 28.98 | - |
| YUV | 235.12 | 58.52 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 112 | 0.04 | 0 | 0.56 | 0.00 | 63.8 | 0.99 | 0.72 |
| Hex | F5 | FE | 70 | 4 | 0 | 38 | 0 | 40 | 63 | 48 |
| Octal | 365 | 376 | 160 | 4 | 0 | 70 | 0 | 100 | 143 | 110 |
| Binary | 11110101 | 11111110 | 1110000 | 100 | 0 | 111000 | 0 | 1000000 | 1100011 | 1001000 |
Color Harmonies of #F5FE70
Complementary color
Monochromatic Colors of #F5FE70
Black with #F5FE70
Text Example
Text Example
White with #F5FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE70; }
p { color: rgb(245,254,112); }
H1.HeaderClassName
{
color: #F5FE70;
}
.AnyTagClassName
{
color: #F5FE70;
}
</style>
background-color css
<style>
a { background-color: #F5FE70; }
a { background-color: rgb(245,254,112); }
div.DivClassName
{
background-color: #F5FE70;
}
.BgClassName
{
background-color: #F5FE70;
}
</style>
border-color css
<style>
span { border-color: #F5FE70; }
span { border-color: rgb(245,254,112); }
td.TdClassName
{
border-color: #F5FE70;
}
.TagClassName
{
border-color: #F5FE70;
}
</style>