Shades of Laser Lemon #EEFF65
Tints of Laser Lemon #EEFF65
RGB
CMYK
RGB Variations
Color information
#EEFF65 (or 0xEEFF65) is known color: Laser Lemon. HEX triplet: EE, FF and 65. RGB value is (238,255,101). Sum of RGB (Red+Green+Blue) = 238+255+101=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF65 is #11009A. Grayscale: #E8E8E8. Windows color (decimal): -1114267 or 6684654. OLE color: 6684654.
HSL color Cylindrical-coordinate representation of color #EEFF65: hue angle of 66.62º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEFF65 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 101 | - |
| CMYK | 0.07 | 0 | 0.60 | 0 |
| HSL | 66.62º | 1% | 0.7% | - |
| HSV(B) | 66.62º | 0.6% | 1% | - |
| XYZ | 73.37 | 90.64 | 25.94 | - |
| YUV | 232.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 101 | 0.07 | 0 | 0.60 | 0 | 66.62 | 1 | 0.7 |
| Hex | EE | FF | 65 | 7 | 0 | 3C | 0 | 43 | 64 | 46 |
| Octal | 356 | 377 | 145 | 7 | 0 | 74 | 0 | 103 | 144 | 106 |
| Binary | 11101110 | 11111111 | 1100101 | 111 | 0 | 111100 | 0 | 1000011 | 1100100 | 1000110 |
Color Harmonies of #EEFF65
Complementary color
Monochromatic Colors of #EEFF65
Black with #EEFF65
Text Example
Text Example
White with #EEFF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF65; }
p { color: rgb(238,255,101); }
H1.HeaderClassName
{
color: #EEFF65;
}
.AnyTagClassName
{
color: #EEFF65;
}
</style>
background-color css
<style>
a { background-color: #EEFF65; }
a { background-color: rgb(238,255,101); }
div.DivClassName
{
background-color: #EEFF65;
}
.BgClassName
{
background-color: #EEFF65;
}
</style>
border-color css
<style>
span { border-color: #EEFF65; }
span { border-color: rgb(238,255,101); }
td.TdClassName
{
border-color: #EEFF65;
}
.TagClassName
{
border-color: #EEFF65;
}
</style>