Shades of Laser Lemon #FEFF67
Tints of Laser Lemon #FEFF67
RGB
CMYK
RGB Variations
Color information
#FEFF67 (or 0xFEFF67) is known color: Laser Lemon. HEX triplet: FE, FF and 67. RGB value is (254,255,103). Sum of RGB (Red+Green+Blue) = 254+255+103=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 103 (40.62% from 255 or 16.83% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF67 is #010098. Grayscale: #EDEDED. Windows color (decimal): -65689 or 6815742. OLE color: 6815742.
HSL color Cylindrical-coordinate representation of color #FEFF67: hue angle of 60.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEFF67 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 103 | - |
| CMYK | 0.00 | 0 | 0.60 | 0 |
| HSL | 60.39º | 1% | 0.7% | - |
| HSV(B) | 60.39º | 0.6% | 1% | - |
| XYZ | 79.08 | 93.57 | 26.72 | - |
| YUV | 237.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 103 | 0.00 | 0 | 0.60 | 0 | 60.39 | 1 | 0.7 |
| Hex | FE | FF | 67 | 0 | 0 | 3C | 0 | 3C | 64 | 46 |
| Octal | 376 | 377 | 147 | 0 | 0 | 74 | 0 | 74 | 144 | 106 |
| Binary | 11111110 | 11111111 | 1100111 | 0 | 0 | 111100 | 0 | 111100 | 1100100 | 1000110 |
Color Harmonies of #FEFF67
Complementary color
Monochromatic Colors of #FEFF67
Black with #FEFF67
Text Example
Text Example
White with #FEFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF67; }
p { color: rgb(254,255,103); }
H1.HeaderClassName
{
color: #FEFF67;
}
.AnyTagClassName
{
color: #FEFF67;
}
</style>
background-color css
<style>
a { background-color: #FEFF67; }
a { background-color: rgb(254,255,103); }
div.DivClassName
{
background-color: #FEFF67;
}
.BgClassName
{
background-color: #FEFF67;
}
</style>
border-color css
<style>
span { border-color: #FEFF67; }
span { border-color: rgb(254,255,103); }
td.TdClassName
{
border-color: #FEFF67;
}
.TagClassName
{
border-color: #FEFF67;
}
</style>