Shades of Laser Lemon #FEFF54
Tints of Laser Lemon #FEFF54
RGB
CMYK
RGB Variations
Color information
#FEFF54 (or 0xFEFF54) is known color: Laser Lemon. HEX triplet: FE, FF and 54. RGB value is (254,255,84). Sum of RGB (Red+Green+Blue) = 254+255+84=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 84 (33.20% from 255 or 14.17% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF54 is #0100AB. Grayscale: #EBEBEB. Windows color (decimal): -65708 or 5570558. OLE color: 5570558.
HSL color Cylindrical-coordinate representation of color #FEFF54: hue angle of 60.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEFF54 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 84 | - |
| CMYK | 0.00 | 0 | 0.67 | 0 |
| HSL | 60.35º | 1% | 0.66% | - |
| HSV(B) | 60.35º | 0.67% | 1% | - |
| XYZ | 78.23 | 93.23 | 22.26 | - |
| YUV | 235.21 | 42.67 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 84 | 0.00 | 0 | 0.67 | 0 | 60.35 | 1 | 0.66 |
| Hex | FE | FF | 54 | 0 | 0 | 43 | 0 | 3C | 64 | 42 |
| Octal | 376 | 377 | 124 | 0 | 0 | 103 | 0 | 74 | 144 | 102 |
| Binary | 11111110 | 11111111 | 1010100 | 0 | 0 | 1000011 | 0 | 111100 | 1100100 | 1000010 |
Color Harmonies of #FEFF54
Complementary color
Monochromatic Colors of #FEFF54
Black with #FEFF54
Text Example
Text Example
White with #FEFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF54; }
p { color: rgb(254,255,84); }
H1.HeaderClassName
{
color: #FEFF54;
}
.AnyTagClassName
{
color: #FEFF54;
}
</style>
background-color css
<style>
a { background-color: #FEFF54; }
a { background-color: rgb(254,255,84); }
div.DivClassName
{
background-color: #FEFF54;
}
.BgClassName
{
background-color: #FEFF54;
}
</style>
border-color css
<style>
span { border-color: #FEFF54; }
span { border-color: rgb(254,255,84); }
td.TdClassName
{
border-color: #FEFF54;
}
.TagClassName
{
border-color: #FEFF54;
}
</style>