Shades of Laser Lemon #EEFF5F
Tints of Laser Lemon #EEFF5F
RGB
CMYK
RGB Variations
Color information
#EEFF5F (or 0xEEFF5F) is known color: Laser Lemon. HEX triplet: EE, FF and 5F. RGB value is (238,255,95). Sum of RGB (Red+Green+Blue) = 238+255+95=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 95 (37.5% from 255 or 16.16% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF5F is #1100A0. Grayscale: #E8E8E8. Windows color (decimal): -1114273 or 6291438. OLE color: 6291438.
HSL color Cylindrical-coordinate representation of color #EEFF5F: hue angle of 66.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEFF5F is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 95 | - |
| CMYK | 0.07 | 0 | 0.63 | 0 |
| HSL | 66.38º | 1% | 0.69% | - |
| HSV(B) | 66.38º | 0.63% | 1% | - |
| XYZ | 73.09 | 90.52 | 24.45 | - |
| YUV | 231.68 | 50.87 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 95 | 0.07 | 0 | 0.63 | 0 | 66.38 | 1 | 0.69 |
| Hex | EE | FF | 5F | 7 | 0 | 3F | 0 | 42 | 64 | 45 |
| Octal | 356 | 377 | 137 | 7 | 0 | 77 | 0 | 102 | 144 | 105 |
| Binary | 11101110 | 11111111 | 1011111 | 111 | 0 | 111111 | 0 | 1000010 | 1100100 | 1000101 |
Color Harmonies of #EEFF5F
Complementary color
Monochromatic Colors of #EEFF5F
Black with #EEFF5F
Text Example
Text Example
White with #EEFF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF5F; }
p { color: rgb(238,255,95); }
H1.HeaderClassName
{
color: #EEFF5F;
}
.AnyTagClassName
{
color: #EEFF5F;
}
</style>
background-color css
<style>
a { background-color: #EEFF5F; }
a { background-color: rgb(238,255,95); }
div.DivClassName
{
background-color: #EEFF5F;
}
.BgClassName
{
background-color: #EEFF5F;
}
</style>
border-color css
<style>
span { border-color: #EEFF5F; }
span { border-color: rgb(238,255,95); }
td.TdClassName
{
border-color: #EEFF5F;
}
.TagClassName
{
border-color: #EEFF5F;
}
</style>