Shades of Laser Lemon #EEFF64
Tints of Laser Lemon #EEFF64
RGB
CMYK
RGB Variations
Color information
#EEFF64 (or 0xEEFF64) is known color: Laser Lemon. HEX triplet: EE, FF and 64. RGB value is (238,255,100). Sum of RGB (Red+Green+Blue) = 238+255+100=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 100 (39.45% from 255 or 16.86% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF64 is #11009B. Grayscale: #E8E8E8. Windows color (decimal): -1114268 or 6619118. OLE color: 6619118.
HSL color Cylindrical-coordinate representation of color #EEFF64: hue angle of 66.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEFF64 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 100 | - |
| CMYK | 0.07 | 0 | 0.61 | 0 |
| HSL | 66.58º | 1% | 0.7% | - |
| HSV(B) | 66.58º | 0.61% | 1% | - |
| XYZ | 73.32 | 90.62 | 25.68 | - |
| YUV | 232.25 | 53.37 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 100 | 0.07 | 0 | 0.61 | 0 | 66.58 | 1 | 0.7 |
| Hex | EE | FF | 64 | 7 | 0 | 3D | 0 | 43 | 64 | 46 |
| Octal | 356 | 377 | 144 | 7 | 0 | 75 | 0 | 103 | 144 | 106 |
| Binary | 11101110 | 11111111 | 1100100 | 111 | 0 | 111101 | 0 | 1000011 | 1100100 | 1000110 |
Color Harmonies of #EEFF64
Complementary color
Monochromatic Colors of #EEFF64
Black with #EEFF64
Text Example
Text Example
White with #EEFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF64; }
p { color: rgb(238,255,100); }
H1.HeaderClassName
{
color: #EEFF64;
}
.AnyTagClassName
{
color: #EEFF64;
}
</style>
background-color css
<style>
a { background-color: #EEFF64; }
a { background-color: rgb(238,255,100); }
div.DivClassName
{
background-color: #EEFF64;
}
.BgClassName
{
background-color: #EEFF64;
}
</style>
border-color css
<style>
span { border-color: #EEFF64; }
span { border-color: rgb(238,255,100); }
td.TdClassName
{
border-color: #EEFF64;
}
.TagClassName
{
border-color: #EEFF64;
}
</style>