Shades of Laser Lemon #FEFF68
Tints of Laser Lemon #FEFF68
RGB
CMYK
RGB Variations
Color information
#FEFF68 (or 0xFEFF68) is known color: Laser Lemon. HEX triplet: FE, FF and 68. RGB value is (254,255,104). Sum of RGB (Red+Green+Blue) = 254+255+104=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 104 (41.02% from 255 or 16.97% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF68 is #010097. Grayscale: #EEEEEE. Windows color (decimal): -65688 or 6881278. OLE color: 6881278.
HSL color Cylindrical-coordinate representation of color #FEFF68: hue angle of 60.4º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEFF68 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 104 | - |
| CMYK | 0.00 | 0 | 0.59 | 0 |
| HSL | 60.4º | 1% | 0.7% | - |
| HSV(B) | 60.4º | 0.59% | 1% | - |
| XYZ | 79.13 | 93.59 | 26.99 | - |
| YUV | 237.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 104 | 0.00 | 0 | 0.59 | 0 | 60.4 | 1 | 0.7 |
| Hex | FE | FF | 68 | 0 | 0 | 3B | 0 | 3C | 64 | 46 |
| Octal | 376 | 377 | 150 | 0 | 0 | 73 | 0 | 74 | 144 | 106 |
| Binary | 11111110 | 11111111 | 1101000 | 0 | 0 | 111011 | 0 | 111100 | 1100100 | 1000110 |
Color Harmonies of #FEFF68
Complementary color
Monochromatic Colors of #FEFF68
Black with #FEFF68
Text Example
Text Example
White with #FEFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF68; }
p { color: rgb(254,255,104); }
H1.HeaderClassName
{
color: #FEFF68;
}
.AnyTagClassName
{
color: #FEFF68;
}
</style>
background-color css
<style>
a { background-color: #FEFF68; }
a { background-color: rgb(254,255,104); }
div.DivClassName
{
background-color: #FEFF68;
}
.BgClassName
{
background-color: #FEFF68;
}
</style>
border-color css
<style>
span { border-color: #FEFF68; }
span { border-color: rgb(254,255,104); }
td.TdClassName
{
border-color: #FEFF68;
}
.TagClassName
{
border-color: #FEFF68;
}
</style>