Shades of Laser Lemon #ECFE52
Tints of Laser Lemon #ECFE52
RGB
CMYK
RGB Variations
Color information
#ECFE52 (or 0xECFE52) is known color: Laser Lemon. HEX triplet: EC, FE and 52. RGB value is (236,254,82). Sum of RGB (Red+Green+Blue) = 236+254+82=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 82 (32.42% from 255 or 14.34% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFE52 is #1301AD. Grayscale: #E5E5E5. Windows color (decimal): -1245614 or 5439212. OLE color: 5439212.
HSL color Cylindrical-coordinate representation of color #ECFE52: hue angle of 66.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECFE52 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 82 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.00 |
| HSL | 66.28º | 0.99% | 0.66% | - |
| HSV(B) | 66.28º | 0.68% | 1% | - |
| XYZ | 71.56 | 89.33 | 21.45 | - |
| YUV | 229.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 82 | 0.07 | 0 | 0.68 | 0.00 | 66.28 | 0.99 | 0.66 |
| Hex | EC | FE | 52 | 7 | 0 | 44 | 0 | 42 | 63 | 42 |
| Octal | 354 | 376 | 122 | 7 | 0 | 104 | 0 | 102 | 143 | 102 |
| Binary | 11101100 | 11111110 | 1010010 | 111 | 0 | 1000100 | 0 | 1000010 | 1100011 | 1000010 |
Color Harmonies of #ECFE52
Complementary color
Monochromatic Colors of #ECFE52
Black with #ECFE52
Text Example
Text Example
White with #ECFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE52; }
p { color: rgb(236,254,82); }
H1.HeaderClassName
{
color: #ECFE52;
}
.AnyTagClassName
{
color: #ECFE52;
}
</style>
background-color css
<style>
a { background-color: #ECFE52; }
a { background-color: rgb(236,254,82); }
div.DivClassName
{
background-color: #ECFE52;
}
.BgClassName
{
background-color: #ECFE52;
}
</style>
border-color css
<style>
span { border-color: #ECFE52; }
span { border-color: rgb(236,254,82); }
td.TdClassName
{
border-color: #ECFE52;
}
.TagClassName
{
border-color: #ECFE52;
}
</style>