Shades of Laser Lemon #EEFF5C
Tints of Laser Lemon #EEFF5C
RGB
CMYK
RGB Variations
Color information
#EEFF5C (or 0xEEFF5C) is known color: Laser Lemon. HEX triplet: EE, FF and 5C. RGB value is (238,255,92). Sum of RGB (Red+Green+Blue) = 238+255+92=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 92 (36.33% from 255 or 15.73% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF5C is #1100A3. Grayscale: #E7E7E7. Windows color (decimal): -1114276 or 6094830. OLE color: 6094830.
HSL color Cylindrical-coordinate representation of color #EEFF5C: hue angle of 66.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEFF5C is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 92 | - |
| CMYK | 0.07 | 0 | 0.64 | 0 |
| HSL | 66.26º | 1% | 0.68% | - |
| HSV(B) | 66.26º | 0.64% | 1% | - |
| XYZ | 72.95 | 90.47 | 23.74 | - |
| YUV | 231.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 92 | 0.07 | 0 | 0.64 | 0 | 66.26 | 1 | 0.68 |
| Hex | EE | FF | 5C | 7 | 0 | 40 | 0 | 42 | 64 | 44 |
| Octal | 356 | 377 | 134 | 7 | 0 | 100 | 0 | 102 | 144 | 104 |
| Binary | 11101110 | 11111111 | 1011100 | 111 | 0 | 1000000 | 0 | 1000010 | 1100100 | 1000100 |
Color Harmonies of #EEFF5C
Complementary color
Monochromatic Colors of #EEFF5C
Black with #EEFF5C
Text Example
Text Example
White with #EEFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFF5C; }
p { color: rgb(238,255,92); }
H1.HeaderClassName
{
color: #EEFF5C;
}
.AnyTagClassName
{
color: #EEFF5C;
}
</style>
background-color css
<style>
a { background-color: #EEFF5C; }
a { background-color: rgb(238,255,92); }
div.DivClassName
{
background-color: #EEFF5C;
}
.BgClassName
{
background-color: #EEFF5C;
}
</style>
border-color css
<style>
span { border-color: #EEFF5C; }
span { border-color: rgb(238,255,92); }
td.TdClassName
{
border-color: #EEFF5C;
}
.TagClassName
{
border-color: #EEFF5C;
}
</style>