Shades of Yellow Green #8EC330
Tints of Yellow Green #8EC330
RGB
CMYK
RGB Variations
Color information
#8EC330 (or 0x8EC330) is known color: Yellow Green. HEX triplet: 8E, C3 and 30. RGB value is (142,195,48). Sum of RGB (Red+Green+Blue) = 142+195+48=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC330 is #713CCF. Grayscale: #A2A2A2. Windows color (decimal): -7421136 or 3195790. OLE color: 3195790.
HSL color Cylindrical-coordinate representation of color #8EC330: hue angle of 81.63º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EC330 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 48 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.24 |
| HSL | 81.63º | 0.6% | 0.48% | - |
| HSV(B) | 81.63º | 0.75% | 0.76% | - |
| XYZ | 31.2 | 44.99 | 9.84 | - |
| YUV | 162.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 48 | 0.27 | 0 | 0.75 | 0.24 | 81.63 | 0.6 | 0.48 |
| Hex | 8E | C3 | 30 | 1B | 0 | 4B | 18 | 52 | 3C | 30 |
| Octal | 216 | 303 | 60 | 33 | 0 | 113 | 30 | 122 | 74 | 60 |
| Binary | 10001110 | 11000011 | 110000 | 11011 | 0 | 1001011 | 11000 | 1010010 | 111100 | 110000 |
Color Harmonies of #8EC330
Complementary color
Monochromatic Colors of #8EC330
Black with #8EC330
Text Example
Text Example
White with #8EC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC330; }
p { color: rgb(142,195,48); }
H1.HeaderClassName
{
color: #8EC330;
}
.AnyTagClassName
{
color: #8EC330;
}
</style>
background-color css
<style>
a { background-color: #8EC330; }
a { background-color: rgb(142,195,48); }
div.DivClassName
{
background-color: #8EC330;
}
.BgClassName
{
background-color: #8EC330;
}
</style>
border-color css
<style>
span { border-color: #8EC330; }
span { border-color: rgb(142,195,48); }
td.TdClassName
{
border-color: #8EC330;
}
.TagClassName
{
border-color: #8EC330;
}
</style>