Shades of Yellow Green #8DC538
Tints of Yellow Green #8DC538
RGB
CMYK
RGB Variations
Color information
#8DC538 (or 0x8DC538) is known color: Yellow Green. HEX triplet: 8D, C5 and 38. RGB value is (141,197,56). Sum of RGB (Red+Green+Blue) = 141+197+56=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC538 is #723AC7. Grayscale: #A4A4A4. Windows color (decimal): -7486152 or 3720589. OLE color: 3720589.
HSL color Cylindrical-coordinate representation of color #8DC538: hue angle of 83.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DC538 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 56 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.23 |
| HSL | 83.83º | 0.56% | 0.5% | - |
| HSV(B) | 83.83º | 0.72% | 0.77% | - |
| XYZ | 31.66 | 45.88 | 10.93 | - |
| YUV | 164.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 56 | 0.28 | 0 | 0.72 | 0.23 | 83.83 | 0.56 | 0.5 |
| Hex | 8D | C5 | 38 | 1C | 0 | 48 | 17 | 54 | 38 | 32 |
| Octal | 215 | 305 | 70 | 34 | 0 | 110 | 27 | 124 | 70 | 62 |
| Binary | 10001101 | 11000101 | 111000 | 11100 | 0 | 1001000 | 10111 | 1010100 | 111000 | 110010 |
Color Harmonies of #8DC538
Complementary color
Monochromatic Colors of #8DC538
Black with #8DC538
Text Example
Text Example
White with #8DC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC538; }
p { color: rgb(141,197,56); }
H1.HeaderClassName
{
color: #8DC538;
}
.AnyTagClassName
{
color: #8DC538;
}
</style>
background-color css
<style>
a { background-color: #8DC538; }
a { background-color: rgb(141,197,56); }
div.DivClassName
{
background-color: #8DC538;
}
.BgClassName
{
background-color: #8DC538;
}
</style>
border-color css
<style>
span { border-color: #8DC538; }
span { border-color: rgb(141,197,56); }
td.TdClassName
{
border-color: #8DC538;
}
.TagClassName
{
border-color: #8DC538;
}
</style>