Shades of Lemon #ECFD20
Tints of Lemon #ECFD20
RGB
CMYK
RGB Variations
Color information
#ECFD20 (or 0xECFD20) is known color: Lemon. HEX triplet: EC, FD and 20. RGB value is (236,253,32). Sum of RGB (Red+Green+Blue) = 236+253+32=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD20 is #1302DF. Grayscale: #DFDFDF. Windows color (decimal): -1245920 or 2162156. OLE color: 2162156.
HSL color Cylindrical-coordinate representation of color #ECFD20: hue angle of 64.62º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECFD20 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 32 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.01 |
| HSL | 64.62º | 0.98% | 0.56% | - |
| HSV(B) | 64.62º | 0.87% | 0.99% | - |
| XYZ | 69.98 | 88.19 | 14.7 | - |
| YUV | 222.72 | 20.37 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 32 | 0.07 | 0 | 0.87 | 0.01 | 64.62 | 0.98 | 0.56 |
| Hex | EC | FD | 20 | 7 | 0 | 57 | 1 | 41 | 62 | 38 |
| Octal | 354 | 375 | 40 | 7 | 0 | 127 | 1 | 101 | 142 | 70 |
| Binary | 11101100 | 11111101 | 100000 | 111 | 0 | 1010111 | 1 | 1000001 | 1100010 | 111000 |
Color Harmonies of #ECFD20
Complementary color
Monochromatic Colors of #ECFD20
Black with #ECFD20
Text Example
Text Example
White with #ECFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD20; }
p { color: rgb(236,253,32); }
H1.HeaderClassName
{
color: #ECFD20;
}
.AnyTagClassName
{
color: #ECFD20;
}
</style>
background-color css
<style>
a { background-color: #ECFD20; }
a { background-color: rgb(236,253,32); }
div.DivClassName
{
background-color: #ECFD20;
}
.BgClassName
{
background-color: #ECFD20;
}
</style>
border-color css
<style>
span { border-color: #ECFD20; }
span { border-color: rgb(236,253,32); }
td.TdClassName
{
border-color: #ECFD20;
}
.TagClassName
{
border-color: #ECFD20;
}
</style>