Shades of Yellow Green #8CC534
Tints of Yellow Green #8CC534
RGB
CMYK
RGB Variations
Color information
#8CC534 (or 0x8CC534) is known color: Yellow Green. HEX triplet: 8C, C5 and 34. RGB value is (140,197,52). Sum of RGB (Red+Green+Blue) = 140+197+52=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC534 is #733ACB. Grayscale: #A3A3A3. Windows color (decimal): -7551692 or 3458444. OLE color: 3458444.
HSL color Cylindrical-coordinate representation of color #8CC534: hue angle of 83.59º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CC534 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 52 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.23 |
| HSL | 83.59º | 0.58% | 0.49% | - |
| HSV(B) | 83.59º | 0.74% | 0.77% | - |
| XYZ | 31.4 | 45.76 | 10.43 | - |
| YUV | 163.43 | 65.12 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 52 | 0.29 | 0 | 0.74 | 0.23 | 83.59 | 0.58 | 0.49 |
| Hex | 8C | C5 | 34 | 1D | 0 | 4A | 17 | 54 | 3A | 31 |
| Octal | 214 | 305 | 64 | 35 | 0 | 112 | 27 | 124 | 72 | 61 |
| Binary | 10001100 | 11000101 | 110100 | 11101 | 0 | 1001010 | 10111 | 1010100 | 111010 | 110001 |
Color Harmonies of #8CC534
Complementary color
Monochromatic Colors of #8CC534
Black with #8CC534
Text Example
Text Example
White with #8CC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC534; }
p { color: rgb(140,197,52); }
H1.HeaderClassName
{
color: #8CC534;
}
.AnyTagClassName
{
color: #8CC534;
}
</style>
background-color css
<style>
a { background-color: #8CC534; }
a { background-color: rgb(140,197,52); }
div.DivClassName
{
background-color: #8CC534;
}
.BgClassName
{
background-color: #8CC534;
}
</style>
border-color css
<style>
span { border-color: #8CC534; }
span { border-color: rgb(140,197,52); }
td.TdClassName
{
border-color: #8CC534;
}
.TagClassName
{
border-color: #8CC534;
}
</style>