Shades of Laser Lemon #EFFF60
Tints of Laser Lemon #EFFF60
RGB
CMYK
RGB Variations
Color information
#EFFF60 (or 0xEFFF60) is known color: Laser Lemon. HEX triplet: EF, FF and 60. RGB value is (239,255,96). Sum of RGB (Red+Green+Blue) = 239+255+96=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 96 (37.89% from 255 or 16.27% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF60 is #10009F. Grayscale: #E8E8E8. Windows color (decimal): -1048736 or 6356975. OLE color: 6356975.
HSL color Cylindrical-coordinate representation of color #EFFF60: hue angle of 66.04º 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 #EFFF60 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 96 | - |
| CMYK | 0.06 | 0 | 0.62 | 0 |
| HSL | 66.04º | 1% | 0.69% | - |
| HSV(B) | 66.04º | 0.62% | 1% | - |
| XYZ | 73.47 | 90.72 | 24.7 | - |
| YUV | 232.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 96 | 0.06 | 0 | 0.62 | 0 | 66.04 | 1 | 0.69 |
| Hex | EF | FF | 60 | 6 | 0 | 3E | 0 | 42 | 64 | 45 |
| Octal | 357 | 377 | 140 | 6 | 0 | 76 | 0 | 102 | 144 | 105 |
| Binary | 11101111 | 11111111 | 1100000 | 110 | 0 | 111110 | 0 | 1000010 | 1100100 | 1000101 |
Color Harmonies of #EFFF60
Complementary color
Monochromatic Colors of #EFFF60
Black with #EFFF60
Text Example
Text Example
White with #EFFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF60; }
p { color: rgb(239,255,96); }
H1.HeaderClassName
{
color: #EFFF60;
}
.AnyTagClassName
{
color: #EFFF60;
}
</style>
background-color css
<style>
a { background-color: #EFFF60; }
a { background-color: rgb(239,255,96); }
div.DivClassName
{
background-color: #EFFF60;
}
.BgClassName
{
background-color: #EFFF60;
}
</style>
border-color css
<style>
span { border-color: #EFFF60; }
span { border-color: rgb(239,255,96); }
td.TdClassName
{
border-color: #EFFF60;
}
.TagClassName
{
border-color: #EFFF60;
}
</style>