Shades of Yellow Green #8CC133
Tints of Yellow Green #8CC133
RGB
CMYK
RGB Variations
Color information
#8CC133 (or 0x8CC133) is known color: Yellow Green. HEX triplet: 8C, C1 and 33. RGB value is (140,193,51). Sum of RGB (Red+Green+Blue) = 140+193+51=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC133 is #733ECC. Grayscale: #A1A1A1. Windows color (decimal): -7552717 or 3391884. OLE color: 3391884.
HSL color Cylindrical-coordinate representation of color #8CC133: hue angle of 82.39º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CC133 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 51 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.24 |
| HSL | 82.39º | 0.58% | 0.48% | - |
| HSV(B) | 82.39º | 0.74% | 0.76% | - |
| XYZ | 30.48 | 43.95 | 10.01 | - |
| YUV | 160.97 | 65.94 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 51 | 0.27 | 0 | 0.74 | 0.24 | 82.39 | 0.58 | 0.48 |
| Hex | 8C | C1 | 33 | 1B | 0 | 4A | 18 | 52 | 3A | 30 |
| Octal | 214 | 301 | 63 | 33 | 0 | 112 | 30 | 122 | 72 | 60 |
| Binary | 10001100 | 11000001 | 110011 | 11011 | 0 | 1001010 | 11000 | 1010010 | 111010 | 110000 |
Color Harmonies of #8CC133
Complementary color
Monochromatic Colors of #8CC133
Black with #8CC133
Text Example
Text Example
White with #8CC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC133; }
p { color: rgb(140,193,51); }
H1.HeaderClassName
{
color: #8CC133;
}
.AnyTagClassName
{
color: #8CC133;
}
</style>
background-color css
<style>
a { background-color: #8CC133; }
a { background-color: rgb(140,193,51); }
div.DivClassName
{
background-color: #8CC133;
}
.BgClassName
{
background-color: #8CC133;
}
</style>
border-color css
<style>
span { border-color: #8CC133; }
span { border-color: rgb(140,193,51); }
td.TdClassName
{
border-color: #8CC133;
}
.TagClassName
{
border-color: #8CC133;
}
</style>