Shades of Yellow Green #8CC034
Tints of Yellow Green #8CC034
RGB
CMYK
RGB Variations
Color information
#8CC034 (or 0x8CC034) is known color: Yellow Green. HEX triplet: 8C, C0 and 34. RGB value is (140,192,52). Sum of RGB (Red+Green+Blue) = 140+192+52=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC034 is #733FCB. Grayscale: #A1A1A1. Windows color (decimal): -7552972 or 3457164. OLE color: 3457164.
HSL color Cylindrical-coordinate representation of color #8CC034: hue angle of 82.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CC034 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 52 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.25 |
| HSL | 82.29º | 0.57% | 0.48% | - |
| HSV(B) | 82.29º | 0.73% | 0.75% | - |
| XYZ | 30.28 | 43.52 | 10.05 | - |
| YUV | 160.49 | 66.77 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 52 | 0.27 | 0 | 0.73 | 0.25 | 82.29 | 0.57 | 0.48 |
| Hex | 8C | C0 | 34 | 1B | 0 | 49 | 19 | 52 | 39 | 30 |
| Octal | 214 | 300 | 64 | 33 | 0 | 111 | 31 | 122 | 71 | 60 |
| Binary | 10001100 | 11000000 | 110100 | 11011 | 0 | 1001001 | 11001 | 1010010 | 111001 | 110000 |
Color Harmonies of #8CC034
Complementary color
Monochromatic Colors of #8CC034
Black with #8CC034
Text Example
Text Example
White with #8CC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC034; }
p { color: rgb(140,192,52); }
H1.HeaderClassName
{
color: #8CC034;
}
.AnyTagClassName
{
color: #8CC034;
}
</style>
background-color css
<style>
a { background-color: #8CC034; }
a { background-color: rgb(140,192,52); }
div.DivClassName
{
background-color: #8CC034;
}
.BgClassName
{
background-color: #8CC034;
}
</style>
border-color css
<style>
span { border-color: #8CC034; }
span { border-color: rgb(140,192,52); }
td.TdClassName
{
border-color: #8CC034;
}
.TagClassName
{
border-color: #8CC034;
}
</style>