Shades of Laser Lemon #F4FF55
Tints of Laser Lemon #F4FF55
RGB
CMYK
RGB Variations
Color information
#F4FF55 (or 0xF4FF55) is known color: Laser Lemon. HEX triplet: F4, FF and 55. RGB value is (244,255,85). Sum of RGB (Red+Green+Blue) = 244+255+85=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 85 (33.59% from 255 or 14.55% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4FF55 is #0B00AA. Grayscale: #E8E8E8. Windows color (decimal): -721067 or 5636084. OLE color: 5636084.
HSL color Cylindrical-coordinate representation of color #F4FF55: hue angle of 63.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4FF55 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 85 | - |
| CMYK | 0.04 | 0 | 0.67 | 0 |
| HSL | 63.88º | 1% | 0.67% | - |
| HSV(B) | 63.88º | 0.67% | 1% | - |
| XYZ | 74.71 | 91.41 | 22.3 | - |
| YUV | 232.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 85 | 0.04 | 0 | 0.67 | 0 | 63.88 | 1 | 0.67 |
| Hex | F4 | FF | 55 | 4 | 0 | 43 | 0 | 40 | 64 | 43 |
| Octal | 364 | 377 | 125 | 4 | 0 | 103 | 0 | 100 | 144 | 103 |
| Binary | 11110100 | 11111111 | 1010101 | 100 | 0 | 1000011 | 0 | 1000000 | 1100100 | 1000011 |
Color Harmonies of #F4FF55
Complementary color
Monochromatic Colors of #F4FF55
Black with #F4FF55
Text Example
Text Example
White with #F4FF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FF55; }
p { color: rgb(244,255,85); }
H1.HeaderClassName
{
color: #F4FF55;
}
.AnyTagClassName
{
color: #F4FF55;
}
</style>
background-color css
<style>
a { background-color: #F4FF55; }
a { background-color: rgb(244,255,85); }
div.DivClassName
{
background-color: #F4FF55;
}
.BgClassName
{
background-color: #F4FF55;
}
</style>
border-color css
<style>
span { border-color: #F4FF55; }
span { border-color: rgb(244,255,85); }
td.TdClassName
{
border-color: #F4FF55;
}
.TagClassName
{
border-color: #F4FF55;
}
</style>