Shades of Laser Lemon #EEFF58
Tints of Laser Lemon #EEFF58
RGB
CMYK
RGB Variations
Color information
#EEFF58 (or 0xEEFF58) is known color: Laser Lemon. HEX triplet: EE, FF and 58. RGB value is (238,255,88). Sum of RGB (Red+Green+Blue) = 238+255+88=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF58 is #1100A7. Grayscale: #E7E7E7. Windows color (decimal): -1114280 or 5832686. OLE color: 5832686.
HSL color Cylindrical-coordinate representation of color #EEFF58: hue angle of 66.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEFF58 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 88 | - |
| CMYK | 0.07 | 0 | 0.65 | 0 |
| HSL | 66.11º | 1% | 0.67% | - |
| HSV(B) | 66.11º | 0.65% | 1% | - |
| XYZ | 72.78 | 90.4 | 22.85 | - |
| YUV | 230.88 | 47.37 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 88 | 0.07 | 0 | 0.65 | 0 | 66.11 | 1 | 0.67 |
| Hex | EE | FF | 58 | 7 | 0 | 41 | 0 | 42 | 64 | 43 |
| Octal | 356 | 377 | 130 | 7 | 0 | 101 | 0 | 102 | 144 | 103 |
| Binary | 11101110 | 11111111 | 1011000 | 111 | 0 | 1000001 | 0 | 1000010 | 1100100 | 1000011 |
Color Harmonies of #EEFF58
Complementary color
Monochromatic Colors of #EEFF58
Black with #EEFF58
Text Example
Text Example
White with #EEFF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF58; }
p { color: rgb(238,255,88); }
H1.HeaderClassName
{
color: #EEFF58;
}
.AnyTagClassName
{
color: #EEFF58;
}
</style>
background-color css
<style>
a { background-color: #EEFF58; }
a { background-color: rgb(238,255,88); }
div.DivClassName
{
background-color: #EEFF58;
}
.BgClassName
{
background-color: #EEFF58;
}
</style>
border-color css
<style>
span { border-color: #EEFF58; }
span { border-color: rgb(238,255,88); }
td.TdClassName
{
border-color: #EEFF58;
}
.TagClassName
{
border-color: #EEFF58;
}
</style>