Shades of Yellow Green #8DC232
Tints of Yellow Green #8DC232
RGB
CMYK
RGB Variations
Color information
#8DC232 (or 0x8DC232) is known color: Yellow Green. HEX triplet: 8D, C2 and 32. RGB value is (141,194,50). Sum of RGB (Red+Green+Blue) = 141+194+50=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC232 is #723DCD. Grayscale: #A2A2A2. Windows color (decimal): -7486926 or 3326605. OLE color: 3326605.
HSL color Cylindrical-coordinate representation of color #8DC232: hue angle of 82.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DC232 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 50 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.24 |
| HSL | 82.08º | 0.59% | 0.48% | - |
| HSV(B) | 82.08º | 0.74% | 0.76% | - |
| XYZ | 30.85 | 44.48 | 9.98 | - |
| YUV | 161.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 50 | 0.27 | 0 | 0.74 | 0.24 | 82.08 | 0.59 | 0.48 |
| Hex | 8D | C2 | 32 | 1B | 0 | 4A | 18 | 52 | 3B | 30 |
| Octal | 215 | 302 | 62 | 33 | 0 | 112 | 30 | 122 | 73 | 60 |
| Binary | 10001101 | 11000010 | 110010 | 11011 | 0 | 1001010 | 11000 | 1010010 | 111011 | 110000 |
Color Harmonies of #8DC232
Complementary color
Monochromatic Colors of #8DC232
Black with #8DC232
Text Example
Text Example
White with #8DC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC232; }
p { color: rgb(141,194,50); }
H1.HeaderClassName
{
color: #8DC232;
}
.AnyTagClassName
{
color: #8DC232;
}
</style>
background-color css
<style>
a { background-color: #8DC232; }
a { background-color: rgb(141,194,50); }
div.DivClassName
{
background-color: #8DC232;
}
.BgClassName
{
background-color: #8DC232;
}
</style>
border-color css
<style>
span { border-color: #8DC232; }
span { border-color: rgb(141,194,50); }
td.TdClassName
{
border-color: #8DC232;
}
.TagClassName
{
border-color: #8DC232;
}
</style>