Shades of Yellow Green #8DC038
Tints of Yellow Green #8DC038
RGB
CMYK
RGB Variations
Color information
#8DC038 (or 0x8DC038) is known color: Yellow Green. HEX triplet: 8D, C0 and 38. RGB value is (141,192,56). Sum of RGB (Red+Green+Blue) = 141+192+56=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC038 is #723FC7. Grayscale: #A1A1A1. Windows color (decimal): -7487432 or 3719309. OLE color: 3719309.
HSL color Cylindrical-coordinate representation of color #8DC038: hue angle of 82.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DC038 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 56 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.25 |
| HSL | 82.5º | 0.55% | 0.49% | - |
| HSV(B) | 82.5º | 0.71% | 0.75% | - |
| XYZ | 30.55 | 43.65 | 10.56 | - |
| YUV | 161.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 56 | 0.27 | 0 | 0.71 | 0.25 | 82.5 | 0.55 | 0.49 |
| Hex | 8D | C0 | 38 | 1B | 0 | 47 | 19 | 52 | 37 | 31 |
| Octal | 215 | 300 | 70 | 33 | 0 | 107 | 31 | 122 | 67 | 61 |
| Binary | 10001101 | 11000000 | 111000 | 11011 | 0 | 1000111 | 11001 | 1010010 | 110111 | 110001 |
Color Harmonies of #8DC038
Complementary color
Monochromatic Colors of #8DC038
Black with #8DC038
Text Example
Text Example
White with #8DC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC038; }
p { color: rgb(141,192,56); }
H1.HeaderClassName
{
color: #8DC038;
}
.AnyTagClassName
{
color: #8DC038;
}
</style>
background-color css
<style>
a { background-color: #8DC038; }
a { background-color: rgb(141,192,56); }
div.DivClassName
{
background-color: #8DC038;
}
.BgClassName
{
background-color: #8DC038;
}
</style>
border-color css
<style>
span { border-color: #8DC038; }
span { border-color: rgb(141,192,56); }
td.TdClassName
{
border-color: #8DC038;
}
.TagClassName
{
border-color: #8DC038;
}
</style>