Shades of Laser Lemon #EEFF52
Tints of Laser Lemon #EEFF52
RGB
CMYK
RGB Variations
Color information
#EEFF52 (or 0xEEFF52) is known color: Laser Lemon. HEX triplet: EE, FF and 52. RGB value is (238,255,82). Sum of RGB (Red+Green+Blue) = 238+255+82=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 82 (32.42% from 255 or 14.26% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF52 is #1100AD. Grayscale: #E6E6E6. Windows color (decimal): -1114286 or 5439470. OLE color: 5439470.
HSL color Cylindrical-coordinate representation of color #EEFF52: hue angle of 65.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEFF52 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 82 | - |
| CMYK | 0.07 | 0 | 0.68 | 0 |
| HSL | 65.9º | 1% | 0.66% | - |
| HSV(B) | 65.9º | 0.68% | 1% | - |
| XYZ | 72.54 | 90.31 | 21.59 | - |
| YUV | 230.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 82 | 0.07 | 0 | 0.68 | 0 | 65.9 | 1 | 0.66 |
| Hex | EE | FF | 52 | 7 | 0 | 44 | 0 | 42 | 64 | 42 |
| Octal | 356 | 377 | 122 | 7 | 0 | 104 | 0 | 102 | 144 | 102 |
| Binary | 11101110 | 11111111 | 1010010 | 111 | 0 | 1000100 | 0 | 1000010 | 1100100 | 1000010 |
Color Harmonies of #EEFF52
Complementary color
Monochromatic Colors of #EEFF52
Black with #EEFF52
Text Example
Text Example
White with #EEFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF52; }
p { color: rgb(238,255,82); }
H1.HeaderClassName
{
color: #EEFF52;
}
.AnyTagClassName
{
color: #EEFF52;
}
</style>
background-color css
<style>
a { background-color: #EEFF52; }
a { background-color: rgb(238,255,82); }
div.DivClassName
{
background-color: #EEFF52;
}
.BgClassName
{
background-color: #EEFF52;
}
</style>
border-color css
<style>
span { border-color: #EEFF52; }
span { border-color: rgb(238,255,82); }
td.TdClassName
{
border-color: #EEFF52;
}
.TagClassName
{
border-color: #EEFF52;
}
</style>