Shades of Yellow Green #8ED732
Tints of Yellow Green #8ED732
RGB
CMYK
RGB Variations
Color information
#8ED732 (or 0x8ED732) is known color: Yellow Green. HEX triplet: 8E, D7 and 32. RGB value is (142,215,50). Sum of RGB (Red+Green+Blue) = 142+215+50=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED732 is #7128CD. Grayscale: #AEAEAE. Windows color (decimal): -7416014 or 3331982. OLE color: 3331982.
HSL color Cylindrical-coordinate representation of color #8ED732: hue angle of 86.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ED732 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 50 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.16 |
| HSL | 86.55º | 0.67% | 0.52% | - |
| HSV(B) | 86.55º | 0.77% | 0.84% | - |
| XYZ | 36.03 | 54.58 | 11.65 | - |
| YUV | 174.36 | 57.82 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 50 | 0.34 | 0 | 0.77 | 0.16 | 86.55 | 0.67 | 0.52 |
| Hex | 8E | D7 | 32 | 22 | 0 | 4D | 10 | 57 | 43 | 34 |
| Octal | 216 | 327 | 62 | 42 | 0 | 115 | 20 | 127 | 103 | 64 |
| Binary | 10001110 | 11010111 | 110010 | 100010 | 0 | 1001101 | 10000 | 1010111 | 1000011 | 110100 |
Color Harmonies of #8ED732
Complementary color
Monochromatic Colors of #8ED732
Black with #8ED732
Text Example
Text Example
White with #8ED732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED732; }
p { color: rgb(142,215,50); }
H1.HeaderClassName
{
color: #8ED732;
}
.AnyTagClassName
{
color: #8ED732;
}
</style>
background-color css
<style>
a { background-color: #8ED732; }
a { background-color: rgb(142,215,50); }
div.DivClassName
{
background-color: #8ED732;
}
.BgClassName
{
background-color: #8ED732;
}
</style>
border-color css
<style>
span { border-color: #8ED732; }
span { border-color: rgb(142,215,50); }
td.TdClassName
{
border-color: #8ED732;
}
.TagClassName
{
border-color: #8ED732;
}
</style>