Shades of Laser Lemon #ECFF54
Tints of Laser Lemon #ECFF54
RGB
CMYK
RGB Variations
Color information
#ECFF54 (or 0xECFF54) is known color: Laser Lemon. HEX triplet: EC, FF and 54. RGB value is (236,255,84). Sum of RGB (Red+Green+Blue) = 236+255+84=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 84 (33.20% from 255 or 14.61% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFF54 is #1300AB. Grayscale: #E6E6E6. Windows color (decimal): -1245356 or 5570540. OLE color: 5570540.
HSL color Cylindrical-coordinate representation of color #ECFF54: hue angle of 66.67º 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 #ECFF54 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 84 | - |
| CMYK | 0.07 | 0 | 0.67 | 0 |
| HSL | 66.67º | 1% | 0.66% | - |
| HSV(B) | 66.67º | 0.67% | 1% | - |
| XYZ | 71.95 | 89.99 | 21.97 | - |
| YUV | 229.83 | 45.71 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 84 | 0.07 | 0 | 0.67 | 0 | 66.67 | 1 | 0.66 |
| Hex | EC | FF | 54 | 7 | 0 | 43 | 0 | 43 | 64 | 42 |
| Octal | 354 | 377 | 124 | 7 | 0 | 103 | 0 | 103 | 144 | 102 |
| Binary | 11101100 | 11111111 | 1010100 | 111 | 0 | 1000011 | 0 | 1000011 | 1100100 | 1000010 |
Color Harmonies of #ECFF54
Complementary color
Monochromatic Colors of #ECFF54
Black with #ECFF54
Text Example
Text Example
White with #ECFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF54; }
p { color: rgb(236,255,84); }
H1.HeaderClassName
{
color: #ECFF54;
}
.AnyTagClassName
{
color: #ECFF54;
}
</style>
background-color css
<style>
a { background-color: #ECFF54; }
a { background-color: rgb(236,255,84); }
div.DivClassName
{
background-color: #ECFF54;
}
.BgClassName
{
background-color: #ECFF54;
}
</style>
border-color css
<style>
span { border-color: #ECFF54; }
span { border-color: rgb(236,255,84); }
td.TdClassName
{
border-color: #ECFF54;
}
.TagClassName
{
border-color: #ECFF54;
}
</style>