Shades of Laser Lemon #FEFF55
Tints of Laser Lemon #FEFF55
RGB
CMYK
RGB Variations
Color information
#FEFF55 (or 0xFEFF55) is known color: Laser Lemon. HEX triplet: FE, FF and 55. RGB value is (254,255,85). Sum of RGB (Red+Green+Blue) = 254+255+85=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 85 (33.59% from 255 or 14.31% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF55 is #0100AA. Grayscale: #EBEBEB. Windows color (decimal): -65707 or 5636094. OLE color: 5636094.
HSL color Cylindrical-coordinate representation of color #FEFF55: hue angle of 60.35º 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 #FEFF55 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 85 | - |
| CMYK | 0.00 | 0 | 0.67 | 0 |
| HSL | 60.35º | 1% | 0.67% | - |
| HSV(B) | 60.35º | 0.67% | 1% | - |
| XYZ | 78.27 | 93.25 | 22.47 | - |
| YUV | 235.32 | 43.17 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 85 | 0.00 | 0 | 0.67 | 0 | 60.35 | 1 | 0.67 |
| Hex | FE | FF | 55 | 0 | 0 | 43 | 0 | 3C | 64 | 43 |
| Octal | 376 | 377 | 125 | 0 | 0 | 103 | 0 | 74 | 144 | 103 |
| Binary | 11111110 | 11111111 | 1010101 | 0 | 0 | 1000011 | 0 | 111100 | 1100100 | 1000011 |
Color Harmonies of #FEFF55
Complementary color
Monochromatic Colors of #FEFF55
Black with #FEFF55
Text Example
Text Example
White with #FEFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF55; }
p { color: rgb(254,255,85); }
H1.HeaderClassName
{
color: #FEFF55;
}
.AnyTagClassName
{
color: #FEFF55;
}
</style>
background-color css
<style>
a { background-color: #FEFF55; }
a { background-color: rgb(254,255,85); }
div.DivClassName
{
background-color: #FEFF55;
}
.BgClassName
{
background-color: #FEFF55;
}
</style>
border-color css
<style>
span { border-color: #FEFF55; }
span { border-color: rgb(254,255,85); }
td.TdClassName
{
border-color: #FEFF55;
}
.TagClassName
{
border-color: #FEFF55;
}
</style>