Shades of Yellow Green #8ECD32
Tints of Yellow Green #8ECD32
RGB
CMYK
RGB Variations
Color information
#8ECD32 (or 0x8ECD32) is known color: Yellow Green. HEX triplet: 8E, CD and 32. RGB value is (142,205,50). Sum of RGB (Red+Green+Blue) = 142+205+50=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECD32 is #7132CD. Grayscale: #A9A9A9. Windows color (decimal): -7418574 or 3329422. OLE color: 3329422.
HSL color Cylindrical-coordinate representation of color #8ECD32: hue angle of 84.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ECD32 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 50 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.20 |
| HSL | 84.39º | 0.61% | 0.5% | - |
| HSV(B) | 84.39º | 0.76% | 0.8% | - |
| XYZ | 33.56 | 49.64 | 10.83 | - |
| YUV | 168.49 | 61.13 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 50 | 0.31 | 0 | 0.76 | 0.20 | 84.39 | 0.61 | 0.5 |
| Hex | 8E | CD | 32 | 1F | 0 | 4C | 14 | 54 | 3D | 32 |
| Octal | 216 | 315 | 62 | 37 | 0 | 114 | 24 | 124 | 75 | 62 |
| Binary | 10001110 | 11001101 | 110010 | 11111 | 0 | 1001100 | 10100 | 1010100 | 111101 | 110010 |
Color Harmonies of #8ECD32
Complementary color
Monochromatic Colors of #8ECD32
Black with #8ECD32
Text Example
Text Example
White with #8ECD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD32; }
p { color: rgb(142,205,50); }
H1.HeaderClassName
{
color: #8ECD32;
}
.AnyTagClassName
{
color: #8ECD32;
}
</style>
background-color css
<style>
a { background-color: #8ECD32; }
a { background-color: rgb(142,205,50); }
div.DivClassName
{
background-color: #8ECD32;
}
.BgClassName
{
background-color: #8ECD32;
}
</style>
border-color css
<style>
span { border-color: #8ECD32; }
span { border-color: rgb(142,205,50); }
td.TdClassName
{
border-color: #8ECD32;
}
.TagClassName
{
border-color: #8ECD32;
}
</style>