Shades of Yellow Green #8CC52E
Tints of Yellow Green #8CC52E
RGB
CMYK
RGB Variations
Color information
#8CC52E (or 0x8CC52E) is known color: Yellow Green. HEX triplet: 8C, C5 and 2E. RGB value is (140,197,46). Sum of RGB (Red+Green+Blue) = 140+197+46=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC52E is #733AD1. Grayscale: #A3A3A3. Windows color (decimal): -7551698 or 3065228. OLE color: 3065228.
HSL color Cylindrical-coordinate representation of color #8CC52E: hue angle of 82.65º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CC52E is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 46 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.23 |
| HSL | 82.65º | 0.62% | 0.48% | - |
| HSV(B) | 82.65º | 0.77% | 0.77% | - |
| XYZ | 31.27 | 45.71 | 9.76 | - |
| YUV | 162.74 | 62.12 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 46 | 0.29 | 0 | 0.77 | 0.23 | 82.65 | 0.62 | 0.48 |
| Hex | 8C | C5 | 2E | 1D | 0 | 4D | 17 | 53 | 3E | 30 |
| Octal | 214 | 305 | 56 | 35 | 0 | 115 | 27 | 123 | 76 | 60 |
| Binary | 10001100 | 11000101 | 101110 | 11101 | 0 | 1001101 | 10111 | 1010011 | 111110 | 110000 |
Color Harmonies of #8CC52E
Complementary color
Monochromatic Colors of #8CC52E
Black with #8CC52E
Text Example
Text Example
White with #8CC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC52E; }
p { color: rgb(140,197,46); }
H1.HeaderClassName
{
color: #8CC52E;
}
.AnyTagClassName
{
color: #8CC52E;
}
</style>
background-color css
<style>
a { background-color: #8CC52E; }
a { background-color: rgb(140,197,46); }
div.DivClassName
{
background-color: #8CC52E;
}
.BgClassName
{
background-color: #8CC52E;
}
</style>
border-color css
<style>
span { border-color: #8CC52E; }
span { border-color: rgb(140,197,46); }
td.TdClassName
{
border-color: #8CC52E;
}
.TagClassName
{
border-color: #8CC52E;
}
</style>