Shades of Laser Lemon #EFFE64
Tints of Laser Lemon #EFFE64
RGB
CMYK
RGB Variations
Color information
#EFFE64 (or 0xEFFE64) is known color: Laser Lemon. HEX triplet: EF, FE and 64. RGB value is (239,254,100). Sum of RGB (Red+Green+Blue) = 239+254+100=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 100 (39.45% from 255 or 16.86% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFE64 is #10019B. Grayscale: #E8E8E8. Windows color (decimal): -1048988 or 6618863. OLE color: 6618863.
HSL color Cylindrical-coordinate representation of color #EFFE64: hue angle of 65.84º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFFE64 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 100 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.00 |
| HSL | 65.84º | 0.99% | 0.69% | - |
| HSV(B) | 65.84º | 0.61% | 1% | - |
| XYZ | 73.34 | 90.15 | 25.59 | - |
| YUV | 231.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 100 | 0.06 | 0 | 0.61 | 0.00 | 65.84 | 0.99 | 0.69 |
| Hex | EF | FE | 64 | 6 | 0 | 3D | 0 | 42 | 63 | 45 |
| Octal | 357 | 376 | 144 | 6 | 0 | 75 | 0 | 102 | 143 | 105 |
| Binary | 11101111 | 11111110 | 1100100 | 110 | 0 | 111101 | 0 | 1000010 | 1100011 | 1000101 |
Color Harmonies of #EFFE64
Complementary color
Monochromatic Colors of #EFFE64
Black with #EFFE64
Text Example
Text Example
White with #EFFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFE64; }
p { color: rgb(239,254,100); }
H1.HeaderClassName
{
color: #EFFE64;
}
.AnyTagClassName
{
color: #EFFE64;
}
</style>
background-color css
<style>
a { background-color: #EFFE64; }
a { background-color: rgb(239,254,100); }
div.DivClassName
{
background-color: #EFFE64;
}
.BgClassName
{
background-color: #EFFE64;
}
</style>
border-color css
<style>
span { border-color: #EFFE64; }
span { border-color: rgb(239,254,100); }
td.TdClassName
{
border-color: #EFFE64;
}
.TagClassName
{
border-color: #EFFE64;
}
</style>