Shades of Laser Lemon #EEFF55
Tints of Laser Lemon #EEFF55
RGB
CMYK
RGB Variations
Color information
#EEFF55 (or 0xEEFF55) is known color: Laser Lemon. HEX triplet: EE, FF and 55. RGB value is (238,255,85). Sum of RGB (Red+Green+Blue) = 238+255+85=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 85 (33.59% from 255 or 14.71% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF55 is #1100AA. Grayscale: #E7E7E7. Windows color (decimal): -1114283 or 5636078. OLE color: 5636078.
HSL color Cylindrical-coordinate representation of color #EEFF55: hue angle of 66º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEFF55 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 85 | - |
| CMYK | 0.07 | 0 | 0.67 | 0 |
| HSL | 66º | 1% | 0.67% | - |
| HSV(B) | 66º | 0.67% | 1% | - |
| XYZ | 72.66 | 90.35 | 22.2 | - |
| YUV | 230.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 85 | 0.07 | 0 | 0.67 | 0 | 66 | 1 | 0.67 |
| Hex | EE | FF | 55 | 7 | 0 | 43 | 0 | 42 | 64 | 43 |
| Octal | 356 | 377 | 125 | 7 | 0 | 103 | 0 | 102 | 144 | 103 |
| Binary | 11101110 | 11111111 | 1010101 | 111 | 0 | 1000011 | 0 | 1000010 | 1100100 | 1000011 |
Color Harmonies of #EEFF55
Complementary color
Monochromatic Colors of #EEFF55
Black with #EEFF55
Text Example
Text Example
White with #EEFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF55; }
p { color: rgb(238,255,85); }
H1.HeaderClassName
{
color: #EEFF55;
}
.AnyTagClassName
{
color: #EEFF55;
}
</style>
background-color css
<style>
a { background-color: #EEFF55; }
a { background-color: rgb(238,255,85); }
div.DivClassName
{
background-color: #EEFF55;
}
.BgClassName
{
background-color: #EEFF55;
}
</style>
border-color css
<style>
span { border-color: #EEFF55; }
span { border-color: rgb(238,255,85); }
td.TdClassName
{
border-color: #EEFF55;
}
.TagClassName
{
border-color: #EEFF55;
}
</style>