Shades of Laser Lemon #FEFF57
Tints of Laser Lemon #FEFF57
RGB
CMYK
RGB Variations
Color information
#FEFF57 (or 0xFEFF57) is known color: Laser Lemon. HEX triplet: FE, FF and 57. RGB value is (254,255,87). Sum of RGB (Red+Green+Blue) = 254+255+87=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 87 (34.38% from 255 or 14.60% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF57 is #0100A8. Grayscale: #ECECEC. Windows color (decimal): -65705 or 5767166. OLE color: 5767166.
HSL color Cylindrical-coordinate representation of color #FEFF57: hue angle of 60.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEFF57 is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 87 | - |
| CMYK | 0.00 | 0 | 0.66 | 0 |
| HSL | 60.36º | 1% | 0.67% | - |
| HSV(B) | 60.36º | 0.66% | 1% | - |
| XYZ | 78.35 | 93.28 | 22.89 | - |
| YUV | 235.55 | 44.17 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 87 | 0.00 | 0 | 0.66 | 0 | 60.36 | 1 | 0.67 |
| Hex | FE | FF | 57 | 0 | 0 | 42 | 0 | 3C | 64 | 43 |
| Octal | 376 | 377 | 127 | 0 | 0 | 102 | 0 | 74 | 144 | 103 |
| Binary | 11111110 | 11111111 | 1010111 | 0 | 0 | 1000010 | 0 | 111100 | 1100100 | 1000011 |
Color Harmonies of #FEFF57
Complementary color
Monochromatic Colors of #FEFF57
Black with #FEFF57
Text Example
Text Example
White with #FEFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF57; }
p { color: rgb(254,255,87); }
H1.HeaderClassName
{
color: #FEFF57;
}
.AnyTagClassName
{
color: #FEFF57;
}
</style>
background-color css
<style>
a { background-color: #FEFF57; }
a { background-color: rgb(254,255,87); }
div.DivClassName
{
background-color: #FEFF57;
}
.BgClassName
{
background-color: #FEFF57;
}
</style>
border-color css
<style>
span { border-color: #FEFF57; }
span { border-color: rgb(254,255,87); }
td.TdClassName
{
border-color: #FEFF57;
}
.TagClassName
{
border-color: #FEFF57;
}
</style>