Shades of Laser Lemon #FEFF74
Tints of Laser Lemon #FEFF74
RGB
CMYK
RGB Variations
Color information
#FEFF74 (or 0xFEFF74) is known color: Laser Lemon. HEX triplet: FE, FF and 74. RGB value is (254,255,116). Sum of RGB (Red+Green+Blue) = 254+255+116=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 116 (45.70% from 255 or 18.56% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF74 is #01008B. Grayscale: #EFEFEF. Windows color (decimal): -65676 or 7667710. OLE color: 7667710.
HSL color Cylindrical-coordinate representation of color #FEFF74: hue angle of 60.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FEFF74 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 116 | - |
| CMYK | 0.00 | 0 | 0.55 | 0 |
| HSL | 60.43º | 1% | 0.73% | - |
| HSV(B) | 60.43º | 0.55% | 1% | - |
| XYZ | 79.79 | 93.85 | 30.43 | - |
| YUV | 238.86 | 58.67 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 116 | 0.00 | 0 | 0.55 | 0 | 60.43 | 1 | 0.73 |
| Hex | FE | FF | 74 | 0 | 0 | 37 | 0 | 3C | 64 | 49 |
| Octal | 376 | 377 | 164 | 0 | 0 | 67 | 0 | 74 | 144 | 111 |
| Binary | 11111110 | 11111111 | 1110100 | 0 | 0 | 110111 | 0 | 111100 | 1100100 | 1001001 |
Color Harmonies of #FEFF74
Complementary color
Monochromatic Colors of #FEFF74
Black with #FEFF74
Text Example
Text Example
White with #FEFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF74; }
p { color: rgb(254,255,116); }
H1.HeaderClassName
{
color: #FEFF74;
}
.AnyTagClassName
{
color: #FEFF74;
}
</style>
background-color css
<style>
a { background-color: #FEFF74; }
a { background-color: rgb(254,255,116); }
div.DivClassName
{
background-color: #FEFF74;
}
.BgClassName
{
background-color: #FEFF74;
}
</style>
border-color css
<style>
span { border-color: #FEFF74; }
span { border-color: rgb(254,255,116); }
td.TdClassName
{
border-color: #FEFF74;
}
.TagClassName
{
border-color: #FEFF74;
}
</style>