Shades of Laser Lemon #EFFE55
Tints of Laser Lemon #EFFE55
RGB
CMYK
RGB Variations
Color information
#EFFE55 (or 0xEFFE55) is known color: Laser Lemon. HEX triplet: EF, FE and 55. RGB value is (239,254,85). Sum of RGB (Red+Green+Blue) = 239+254+85=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFE55 is #1001AA. Grayscale: #E6E6E6. Windows color (decimal): -1049003 or 5635823. OLE color: 5635823.
HSL color Cylindrical-coordinate representation of color #EFFE55: hue angle of 65.33º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFFE55 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 85 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.00 |
| HSL | 65.33º | 0.99% | 0.66% | - |
| HSV(B) | 65.33º | 0.67% | 1% | - |
| XYZ | 72.68 | 89.89 | 22.11 | - |
| YUV | 230.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 85 | 0.06 | 0 | 0.67 | 0.00 | 65.33 | 0.99 | 0.66 |
| Hex | EF | FE | 55 | 6 | 0 | 43 | 0 | 41 | 63 | 42 |
| Octal | 357 | 376 | 125 | 6 | 0 | 103 | 0 | 101 | 143 | 102 |
| Binary | 11101111 | 11111110 | 1010101 | 110 | 0 | 1000011 | 0 | 1000001 | 1100011 | 1000010 |
Color Harmonies of #EFFE55
Complementary color
Monochromatic Colors of #EFFE55
Black with #EFFE55
Text Example
Text Example
White with #EFFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE55; }
p { color: rgb(239,254,85); }
H1.HeaderClassName
{
color: #EFFE55;
}
.AnyTagClassName
{
color: #EFFE55;
}
</style>
background-color css
<style>
a { background-color: #EFFE55; }
a { background-color: rgb(239,254,85); }
div.DivClassName
{
background-color: #EFFE55;
}
.BgClassName
{
background-color: #EFFE55;
}
</style>
border-color css
<style>
span { border-color: #EFFE55; }
span { border-color: rgb(239,254,85); }
td.TdClassName
{
border-color: #EFFE55;
}
.TagClassName
{
border-color: #EFFE55;
}
</style>