Shades of Yellow Green #8CC227
Tints of Yellow Green #8CC227
RGB
CMYK
RGB Variations
Color information
#8CC227 (or 0x8CC227) is known color: Yellow Green. HEX triplet: 8C, C2 and 27. RGB value is (140,194,39). Sum of RGB (Red+Green+Blue) = 140+194+39=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC227 is #733DD8. Grayscale: #A0A0A0. Windows color (decimal): -7552473 or 2605708. OLE color: 2605708.
HSL color Cylindrical-coordinate representation of color #8CC227: hue angle of 80.9º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CC227 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 39 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.24 |
| HSL | 80.9º | 0.67% | 0.46% | - |
| HSV(B) | 80.9º | 0.8% | 0.76% | - |
| XYZ | 30.47 | 44.31 | 8.87 | - |
| YUV | 160.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 39 | 0.28 | 0 | 0.80 | 0.24 | 80.9 | 0.67 | 0.46 |
| Hex | 8C | C2 | 27 | 1C | 0 | 50 | 18 | 51 | 43 | 2E |
| Octal | 214 | 302 | 47 | 34 | 0 | 120 | 30 | 121 | 103 | 56 |
| Binary | 10001100 | 11000010 | 100111 | 11100 | 0 | 1010000 | 11000 | 1010001 | 1000011 | 101110 |
Color Harmonies of #8CC227
Complementary color
Monochromatic Colors of #8CC227
Black with #8CC227
Text Example
Text Example
White with #8CC227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC227; }
p { color: rgb(140,194,39); }
H1.HeaderClassName
{
color: #8CC227;
}
.AnyTagClassName
{
color: #8CC227;
}
</style>
background-color css
<style>
a { background-color: #8CC227; }
a { background-color: rgb(140,194,39); }
div.DivClassName
{
background-color: #8CC227;
}
.BgClassName
{
background-color: #8CC227;
}
</style>
border-color css
<style>
span { border-color: #8CC227; }
span { border-color: rgb(140,194,39); }
td.TdClassName
{
border-color: #8CC227;
}
.TagClassName
{
border-color: #8CC227;
}
</style>