Shades of Laser Lemon #EEFF54
Tints of Laser Lemon #EEFF54
RGB
CMYK
RGB Variations
Color information
#EEFF54 (or 0xEEFF54) is known color: Laser Lemon. HEX triplet: EE, FF and 54. RGB value is (238,255,84). Sum of RGB (Red+Green+Blue) = 238+255+84=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 84 (33.20% from 255 or 14.56% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF54 is #1100AB. Grayscale: #E7E7E7. Windows color (decimal): -1114284 or 5570542. OLE color: 5570542.
HSL color Cylindrical-coordinate representation of color #EEFF54: hue angle of 65.96º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEFF54 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 84 | - |
| CMYK | 0.07 | 0 | 0.67 | 0 |
| HSL | 65.96º | 1% | 0.66% | - |
| HSV(B) | 65.96º | 0.67% | 1% | - |
| XYZ | 72.62 | 90.34 | 22 | - |
| YUV | 230.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 84 | 0.07 | 0 | 0.67 | 0 | 65.96 | 1 | 0.66 |
| Hex | EE | FF | 54 | 7 | 0 | 43 | 0 | 42 | 64 | 42 |
| Octal | 356 | 377 | 124 | 7 | 0 | 103 | 0 | 102 | 144 | 102 |
| Binary | 11101110 | 11111111 | 1010100 | 111 | 0 | 1000011 | 0 | 1000010 | 1100100 | 1000010 |
Color Harmonies of #EEFF54
Complementary color
Monochromatic Colors of #EEFF54
Black with #EEFF54
Text Example
Text Example
White with #EEFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF54; }
p { color: rgb(238,255,84); }
H1.HeaderClassName
{
color: #EEFF54;
}
.AnyTagClassName
{
color: #EEFF54;
}
</style>
background-color css
<style>
a { background-color: #EEFF54; }
a { background-color: rgb(238,255,84); }
div.DivClassName
{
background-color: #EEFF54;
}
.BgClassName
{
background-color: #EEFF54;
}
</style>
border-color css
<style>
span { border-color: #EEFF54; }
span { border-color: rgb(238,255,84); }
td.TdClassName
{
border-color: #EEFF54;
}
.TagClassName
{
border-color: #EEFF54;
}
</style>