Shades of Yellow Green #8CC231
Tints of Yellow Green #8CC231
RGB
CMYK
RGB Variations
Color information
#8CC231 (or 0x8CC231) is known color: Yellow Green. HEX triplet: 8C, C2 and 31. RGB value is (140,194,49). Sum of RGB (Red+Green+Blue) = 140+194+49=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC231 is #733DCE. Grayscale: #A1A1A1. Windows color (decimal): -7552463 or 3261068. OLE color: 3261068.
HSL color Cylindrical-coordinate representation of color #8CC231: hue angle of 82.34º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CC231 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 49 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.24 |
| HSL | 82.34º | 0.6% | 0.48% | - |
| HSV(B) | 82.34º | 0.75% | 0.76% | - |
| XYZ | 30.66 | 44.38 | 9.86 | - |
| YUV | 161.32 | 64.61 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 49 | 0.28 | 0 | 0.75 | 0.24 | 82.34 | 0.6 | 0.48 |
| Hex | 8C | C2 | 31 | 1C | 0 | 4B | 18 | 52 | 3C | 30 |
| Octal | 214 | 302 | 61 | 34 | 0 | 113 | 30 | 122 | 74 | 60 |
| Binary | 10001100 | 11000010 | 110001 | 11100 | 0 | 1001011 | 11000 | 1010010 | 111100 | 110000 |
Color Harmonies of #8CC231
Complementary color
Monochromatic Colors of #8CC231
Black with #8CC231
Text Example
Text Example
White with #8CC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC231; }
p { color: rgb(140,194,49); }
H1.HeaderClassName
{
color: #8CC231;
}
.AnyTagClassName
{
color: #8CC231;
}
</style>
background-color css
<style>
a { background-color: #8CC231; }
a { background-color: rgb(140,194,49); }
div.DivClassName
{
background-color: #8CC231;
}
.BgClassName
{
background-color: #8CC231;
}
</style>
border-color css
<style>
span { border-color: #8CC231; }
span { border-color: rgb(140,194,49); }
td.TdClassName
{
border-color: #8CC231;
}
.TagClassName
{
border-color: #8CC231;
}
</style>