Shades of Laser Lemon #FEFF71
Tints of Laser Lemon #FEFF71
RGB
CMYK
RGB Variations
Color information
#FEFF71 (or 0xFEFF71) is known color: Laser Lemon. HEX triplet: FE, FF and 71. RGB value is (254,255,113). Sum of RGB (Red+Green+Blue) = 254+255+113=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 113 (44.53% from 255 or 18.17% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF71 is #01008E. Grayscale: #EFEFEF. Windows color (decimal): -65679 or 7471102. OLE color: 7471102.
HSL color Cylindrical-coordinate representation of color #FEFF71: hue angle of 60.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEFF71 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 113 | - |
| CMYK | 0.00 | 0 | 0.56 | 0 |
| HSL | 60.42º | 1% | 0.72% | - |
| HSV(B) | 60.42º | 0.56% | 1% | - |
| XYZ | 79.61 | 93.78 | 29.53 | - |
| YUV | 238.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 113 | 0.00 | 0 | 0.56 | 0 | 60.42 | 1 | 0.72 |
| Hex | FE | FF | 71 | 0 | 0 | 38 | 0 | 3C | 64 | 48 |
| Octal | 376 | 377 | 161 | 0 | 0 | 70 | 0 | 74 | 144 | 110 |
| Binary | 11111110 | 11111111 | 1110001 | 0 | 0 | 111000 | 0 | 111100 | 1100100 | 1001000 |
Color Harmonies of #FEFF71
Complementary color
Monochromatic Colors of #FEFF71
Black with #FEFF71
Text Example
Text Example
White with #FEFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF71; }
p { color: rgb(254,255,113); }
H1.HeaderClassName
{
color: #FEFF71;
}
.AnyTagClassName
{
color: #FEFF71;
}
</style>
background-color css
<style>
a { background-color: #FEFF71; }
a { background-color: rgb(254,255,113); }
div.DivClassName
{
background-color: #FEFF71;
}
.BgClassName
{
background-color: #FEFF71;
}
</style>
border-color css
<style>
span { border-color: #FEFF71; }
span { border-color: rgb(254,255,113); }
td.TdClassName
{
border-color: #FEFF71;
}
.TagClassName
{
border-color: #FEFF71;
}
</style>