Shades of Laser Lemon #EFFF68
Tints of Laser Lemon #EFFF68
RGB
CMYK
RGB Variations
Color information
#EFFF68 (or 0xEFFF68) is known color: Laser Lemon. HEX triplet: EF, FF and 68. RGB value is (239,255,104). Sum of RGB (Red+Green+Blue) = 239+255+104=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 104 (41.02% from 255 or 17.39% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF68 is #100097. Grayscale: #E9E9E9. Windows color (decimal): -1048728 or 6881263. OLE color: 6881263.
HSL color Cylindrical-coordinate representation of color #EFFF68: hue angle of 66.36º 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 #EFFF68 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 104 | - |
| CMYK | 0.06 | 0 | 0.59 | 0 |
| HSL | 66.36º | 1% | 0.7% | - |
| HSV(B) | 66.36º | 0.59% | 1% | - |
| XYZ | 73.86 | 90.87 | 26.74 | - |
| YUV | 233 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 104 | 0.06 | 0 | 0.59 | 0 | 66.36 | 1 | 0.7 |
| Hex | EF | FF | 68 | 6 | 0 | 3B | 0 | 42 | 64 | 46 |
| Octal | 357 | 377 | 150 | 6 | 0 | 73 | 0 | 102 | 144 | 106 |
| Binary | 11101111 | 11111111 | 1101000 | 110 | 0 | 111011 | 0 | 1000010 | 1100100 | 1000110 |
Color Harmonies of #EFFF68
Complementary color
Monochromatic Colors of #EFFF68
Black with #EFFF68
Text Example
Text Example
White with #EFFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFF68; }
p { color: rgb(239,255,104); }
H1.HeaderClassName
{
color: #EFFF68;
}
.AnyTagClassName
{
color: #EFFF68;
}
</style>
background-color css
<style>
a { background-color: #EFFF68; }
a { background-color: rgb(239,255,104); }
div.DivClassName
{
background-color: #EFFF68;
}
.BgClassName
{
background-color: #EFFF68;
}
</style>
border-color css
<style>
span { border-color: #EFFF68; }
span { border-color: rgb(239,255,104); }
td.TdClassName
{
border-color: #EFFF68;
}
.TagClassName
{
border-color: #EFFF68;
}
</style>