Shades of Laser Lemon #ECFE55
Tints of Laser Lemon #ECFE55
RGB
CMYK
RGB Variations
Color information
#ECFE55 (or 0xECFE55) is known color: Laser Lemon. HEX triplet: EC, FE and 55. RGB value is (236,254,85). Sum of RGB (Red+Green+Blue) = 236+254+85=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 85 (33.59% from 255 or 14.78% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFE55 is #1301AA. Grayscale: #E6E6E6. Windows color (decimal): -1245611 or 5635820. OLE color: 5635820.
HSL color Cylindrical-coordinate representation of color #ECFE55: hue angle of 66.39º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECFE55 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 85 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.00 |
| HSL | 66.39º | 0.99% | 0.66% | - |
| HSV(B) | 66.39º | 0.67% | 1% | - |
| XYZ | 71.67 | 89.37 | 22.07 | - |
| YUV | 229.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 85 | 0.07 | 0 | 0.67 | 0.00 | 66.39 | 0.99 | 0.66 |
| Hex | EC | FE | 55 | 7 | 0 | 43 | 0 | 42 | 63 | 42 |
| Octal | 354 | 376 | 125 | 7 | 0 | 103 | 0 | 102 | 143 | 102 |
| Binary | 11101100 | 11111110 | 1010101 | 111 | 0 | 1000011 | 0 | 1000010 | 1100011 | 1000010 |
Color Harmonies of #ECFE55
Complementary color
Monochromatic Colors of #ECFE55
Black with #ECFE55
Text Example
Text Example
White with #ECFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE55; }
p { color: rgb(236,254,85); }
H1.HeaderClassName
{
color: #ECFE55;
}
.AnyTagClassName
{
color: #ECFE55;
}
</style>
background-color css
<style>
a { background-color: #ECFE55; }
a { background-color: rgb(236,254,85); }
div.DivClassName
{
background-color: #ECFE55;
}
.BgClassName
{
background-color: #ECFE55;
}
</style>
border-color css
<style>
span { border-color: #ECFE55; }
span { border-color: rgb(236,254,85); }
td.TdClassName
{
border-color: #ECFE55;
}
.TagClassName
{
border-color: #ECFE55;
}
</style>