Shades of Laser Lemon #EEFF53
Tints of Laser Lemon #EEFF53
RGB
CMYK
RGB Variations
Color information
#EEFF53 (or 0xEEFF53) is known color: Laser Lemon. HEX triplet: EE, FF and 53. RGB value is (238,255,83). Sum of RGB (Red+Green+Blue) = 238+255+83=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 83 (32.81% from 255 or 14.41% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF53 is #1100AC. Grayscale: #E6E6E6. Windows color (decimal): -1114285 or 5505006. OLE color: 5505006.
HSL color Cylindrical-coordinate representation of color #EEFF53: hue angle of 65.93º 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 #EEFF53 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 83 | - |
| CMYK | 0.07 | 0 | 0.67 | 0 |
| HSL | 65.93º | 1% | 0.66% | - |
| HSV(B) | 65.93º | 0.67% | 1% | - |
| XYZ | 72.58 | 90.32 | 21.79 | - |
| YUV | 230.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 83 | 0.07 | 0 | 0.67 | 0 | 65.93 | 1 | 0.66 |
| Hex | EE | FF | 53 | 7 | 0 | 43 | 0 | 42 | 64 | 42 |
| Octal | 356 | 377 | 123 | 7 | 0 | 103 | 0 | 102 | 144 | 102 |
| Binary | 11101110 | 11111111 | 1010011 | 111 | 0 | 1000011 | 0 | 1000010 | 1100100 | 1000010 |
Color Harmonies of #EEFF53
Complementary color
Monochromatic Colors of #EEFF53
Black with #EEFF53
Text Example
Text Example
White with #EEFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF53; }
p { color: rgb(238,255,83); }
H1.HeaderClassName
{
color: #EEFF53;
}
.AnyTagClassName
{
color: #EEFF53;
}
</style>
background-color css
<style>
a { background-color: #EEFF53; }
a { background-color: rgb(238,255,83); }
div.DivClassName
{
background-color: #EEFF53;
}
.BgClassName
{
background-color: #EEFF53;
}
</style>
border-color css
<style>
span { border-color: #EEFF53; }
span { border-color: rgb(238,255,83); }
td.TdClassName
{
border-color: #EEFF53;
}
.TagClassName
{
border-color: #EEFF53;
}
</style>