Shades of Laser Lemon #EEFF5D
Tints of Laser Lemon #EEFF5D
RGB
CMYK
RGB Variations
Color information
#EEFF5D (or 0xEEFF5D) is known color: Laser Lemon. HEX triplet: EE, FF and 5D. RGB value is (238,255,93). Sum of RGB (Red+Green+Blue) = 238+255+93=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 93 (36.72% from 255 or 15.87% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF5D is #1100A2. Grayscale: #E8E8E8. Windows color (decimal): -1114275 or 6160366. OLE color: 6160366.
HSL color Cylindrical-coordinate representation of color #EEFF5D: hue angle of 66.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEFF5D is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 93 | - |
| CMYK | 0.07 | 0 | 0.64 | 0 |
| HSL | 66.3º | 1% | 0.68% | - |
| HSV(B) | 66.3º | 0.64% | 1% | - |
| XYZ | 73 | 90.49 | 23.97 | - |
| YUV | 231.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 93 | 0.07 | 0 | 0.64 | 0 | 66.3 | 1 | 0.68 |
| Hex | EE | FF | 5D | 7 | 0 | 40 | 0 | 42 | 64 | 44 |
| Octal | 356 | 377 | 135 | 7 | 0 | 100 | 0 | 102 | 144 | 104 |
| Binary | 11101110 | 11111111 | 1011101 | 111 | 0 | 1000000 | 0 | 1000010 | 1100100 | 1000100 |
Color Harmonies of #EEFF5D
Complementary color
Monochromatic Colors of #EEFF5D
Black with #EEFF5D
Text Example
Text Example
White with #EEFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF5D; }
p { color: rgb(238,255,93); }
H1.HeaderClassName
{
color: #EEFF5D;
}
.AnyTagClassName
{
color: #EEFF5D;
}
</style>
background-color css
<style>
a { background-color: #EEFF5D; }
a { background-color: rgb(238,255,93); }
div.DivClassName
{
background-color: #EEFF5D;
}
.BgClassName
{
background-color: #EEFF5D;
}
</style>
border-color css
<style>
span { border-color: #EEFF5D; }
span { border-color: rgb(238,255,93); }
td.TdClassName
{
border-color: #EEFF5D;
}
.TagClassName
{
border-color: #EEFF5D;
}
</style>