Shades of Laser Lemon #F4FF5D
Tints of Laser Lemon #F4FF5D
RGB
CMYK
RGB Variations
Color information
#F4FF5D (or 0xF4FF5D) is known color: Laser Lemon. HEX triplet: F4, FF and 5D. RGB value is (244,255,93). Sum of RGB (Red+Green+Blue) = 244+255+93=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 93 (36.72% from 255 or 15.71% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4FF5D is #0B00A2. Grayscale: #E9E9E9. Windows color (decimal): -721059 or 6160372. OLE color: 6160372.
HSL color Cylindrical-coordinate representation of color #F4FF5D: hue angle of 64.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F4FF5D is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 93 | - |
| CMYK | 0.04 | 0 | 0.64 | 0 |
| HSL | 64.07º | 1% | 0.68% | - |
| HSV(B) | 64.07º | 0.64% | 1% | - |
| XYZ | 75.04 | 91.54 | 24.07 | - |
| YUV | 233.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 93 | 0.04 | 0 | 0.64 | 0 | 64.07 | 1 | 0.68 |
| Hex | F4 | FF | 5D | 4 | 0 | 40 | 0 | 40 | 64 | 44 |
| Octal | 364 | 377 | 135 | 4 | 0 | 100 | 0 | 100 | 144 | 104 |
| Binary | 11110100 | 11111111 | 1011101 | 100 | 0 | 1000000 | 0 | 1000000 | 1100100 | 1000100 |
Color Harmonies of #F4FF5D
Complementary color
Monochromatic Colors of #F4FF5D
Black with #F4FF5D
Text Example
Text Example
White with #F4FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF5D; }
p { color: rgb(244,255,93); }
H1.HeaderClassName
{
color: #F4FF5D;
}
.AnyTagClassName
{
color: #F4FF5D;
}
</style>
background-color css
<style>
a { background-color: #F4FF5D; }
a { background-color: rgb(244,255,93); }
div.DivClassName
{
background-color: #F4FF5D;
}
.BgClassName
{
background-color: #F4FF5D;
}
</style>
border-color css
<style>
span { border-color: #F4FF5D; }
span { border-color: rgb(244,255,93); }
td.TdClassName
{
border-color: #F4FF5D;
}
.TagClassName
{
border-color: #F4FF5D;
}
</style>