Shades of Yellow Green #8ECA2D
Tints of Yellow Green #8ECA2D
RGB
CMYK
RGB Variations
Color information
#8ECA2D (or 0x8ECA2D) is known color: Yellow Green. HEX triplet: 8E, CA and 2D. RGB value is (142,202,45). Sum of RGB (Red+Green+Blue) = 142+202+45=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECA2D is #7135D2. Grayscale: #A6A6A6. Windows color (decimal): -7419347 or 3000974. OLE color: 3000974.
HSL color Cylindrical-coordinate representation of color #8ECA2D: hue angle of 82.93º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8ECA2D is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 45 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.21 |
| HSL | 82.93º | 0.64% | 0.48% | - |
| HSV(B) | 82.93º | 0.78% | 0.79% | - |
| XYZ | 32.75 | 48.18 | 10.06 | - |
| YUV | 166.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 45 | 0.30 | 0 | 0.78 | 0.21 | 82.93 | 0.64 | 0.48 |
| Hex | 8E | CA | 2D | 1E | 0 | 4E | 15 | 53 | 40 | 30 |
| Octal | 216 | 312 | 55 | 36 | 0 | 116 | 25 | 123 | 100 | 60 |
| Binary | 10001110 | 11001010 | 101101 | 11110 | 0 | 1001110 | 10101 | 1010011 | 1000000 | 110000 |
Color Harmonies of #8ECA2D
Complementary color
Monochromatic Colors of #8ECA2D
Black with #8ECA2D
Text Example
Text Example
White with #8ECA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECA2D; }
p { color: rgb(142,202,45); }
H1.HeaderClassName
{
color: #8ECA2D;
}
.AnyTagClassName
{
color: #8ECA2D;
}
</style>
background-color css
<style>
a { background-color: #8ECA2D; }
a { background-color: rgb(142,202,45); }
div.DivClassName
{
background-color: #8ECA2D;
}
.BgClassName
{
background-color: #8ECA2D;
}
</style>
border-color css
<style>
span { border-color: #8ECA2D; }
span { border-color: rgb(142,202,45); }
td.TdClassName
{
border-color: #8ECA2D;
}
.TagClassName
{
border-color: #8ECA2D;
}
</style>