Shades of Yellow Green #8DC03C
Tints of Yellow Green #8DC03C
RGB
CMYK
RGB Variations
Color information
#8DC03C (or 0x8DC03C) is known color: Yellow Green. HEX triplet: 8D, C0 and 3C. RGB value is (141,192,60). Sum of RGB (Red+Green+Blue) = 141+192+60=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC03C is #723FC3. Grayscale: #A2A2A2. Windows color (decimal): -7487428 or 3981453. OLE color: 3981453.
HSL color Cylindrical-coordinate representation of color #8DC03C: hue angle of 83.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DC03C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 60 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.25 |
| HSL | 83.18º | 0.52% | 0.49% | - |
| HSV(B) | 83.18º | 0.69% | 0.75% | - |
| XYZ | 30.65 | 43.69 | 11.09 | - |
| YUV | 161.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 60 | 0.27 | 0 | 0.69 | 0.25 | 83.18 | 0.52 | 0.49 |
| Hex | 8D | C0 | 3C | 1B | 0 | 45 | 19 | 53 | 34 | 31 |
| Octal | 215 | 300 | 74 | 33 | 0 | 105 | 31 | 123 | 64 | 61 |
| Binary | 10001101 | 11000000 | 111100 | 11011 | 0 | 1000101 | 11001 | 1010011 | 110100 | 110001 |
Color Harmonies of #8DC03C
Complementary color
Monochromatic Colors of #8DC03C
Black with #8DC03C
Text Example
Text Example
White with #8DC03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC03C; }
p { color: rgb(141,192,60); }
H1.HeaderClassName
{
color: #8DC03C;
}
.AnyTagClassName
{
color: #8DC03C;
}
</style>
background-color css
<style>
a { background-color: #8DC03C; }
a { background-color: rgb(141,192,60); }
div.DivClassName
{
background-color: #8DC03C;
}
.BgClassName
{
background-color: #8DC03C;
}
</style>
border-color css
<style>
span { border-color: #8DC03C; }
span { border-color: rgb(141,192,60); }
td.TdClassName
{
border-color: #8DC03C;
}
.TagClassName
{
border-color: #8DC03C;
}
</style>