Shades of Laser Lemon #EFFF62
Tints of Laser Lemon #EFFF62
RGB
CMYK
RGB Variations
Color information
#EFFF62 (or 0xEFFF62) is known color: Laser Lemon. HEX triplet: EF, FF and 62. RGB value is (239,255,98). Sum of RGB (Red+Green+Blue) = 239+255+98=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 98 (38.67% from 255 or 16.55% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF62 is #10009D. Grayscale: #E8E8E8. Windows color (decimal): -1048734 or 6488047. OLE color: 6488047.
HSL color Cylindrical-coordinate representation of color #EFFF62: hue angle of 66.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFFF62 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 98 | - |
| CMYK | 0.06 | 0 | 0.62 | 0 |
| HSL | 66.11º | 1% | 0.69% | - |
| HSV(B) | 66.11º | 0.62% | 1% | - |
| XYZ | 73.56 | 90.75 | 25.2 | - |
| YUV | 232.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 98 | 0.06 | 0 | 0.62 | 0 | 66.11 | 1 | 0.69 |
| Hex | EF | FF | 62 | 6 | 0 | 3E | 0 | 42 | 64 | 45 |
| Octal | 357 | 377 | 142 | 6 | 0 | 76 | 0 | 102 | 144 | 105 |
| Binary | 11101111 | 11111111 | 1100010 | 110 | 0 | 111110 | 0 | 1000010 | 1100100 | 1000101 |
Color Harmonies of #EFFF62
Complementary color
Monochromatic Colors of #EFFF62
Black with #EFFF62
Text Example
Text Example
White with #EFFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF62; }
p { color: rgb(239,255,98); }
H1.HeaderClassName
{
color: #EFFF62;
}
.AnyTagClassName
{
color: #EFFF62;
}
</style>
background-color css
<style>
a { background-color: #EFFF62; }
a { background-color: rgb(239,255,98); }
div.DivClassName
{
background-color: #EFFF62;
}
.BgClassName
{
background-color: #EFFF62;
}
</style>
border-color css
<style>
span { border-color: #EFFF62; }
span { border-color: rgb(239,255,98); }
td.TdClassName
{
border-color: #EFFF62;
}
.TagClassName
{
border-color: #EFFF62;
}
</style>