Shades of Yellow Green #8CC236
Tints of Yellow Green #8CC236
RGB
CMYK
RGB Variations
Color information
#8CC236 (or 0x8CC236) is known color: Yellow Green. HEX triplet: 8C, C2 and 36. RGB value is (140,194,54). Sum of RGB (Red+Green+Blue) = 140+194+54=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC236 is #733DC9. Grayscale: #A2A2A2. Windows color (decimal): -7552458 or 3588748. OLE color: 3588748.
HSL color Cylindrical-coordinate representation of color #8CC236: hue angle of 83.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CC236 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 54 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.24 |
| HSL | 83.14º | 0.56% | 0.49% | - |
| HSV(B) | 83.14º | 0.72% | 0.76% | - |
| XYZ | 30.77 | 44.43 | 10.44 | - |
| YUV | 161.89 | 67.11 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 54 | 0.28 | 0 | 0.72 | 0.24 | 83.14 | 0.56 | 0.49 |
| Hex | 8C | C2 | 36 | 1C | 0 | 48 | 18 | 53 | 38 | 31 |
| Octal | 214 | 302 | 66 | 34 | 0 | 110 | 30 | 123 | 70 | 61 |
| Binary | 10001100 | 11000010 | 110110 | 11100 | 0 | 1001000 | 11000 | 1010011 | 111000 | 110001 |
Color Harmonies of #8CC236
Complementary color
Monochromatic Colors of #8CC236
Black with #8CC236
Text Example
Text Example
White with #8CC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC236; }
p { color: rgb(140,194,54); }
H1.HeaderClassName
{
color: #8CC236;
}
.AnyTagClassName
{
color: #8CC236;
}
</style>
background-color css
<style>
a { background-color: #8CC236; }
a { background-color: rgb(140,194,54); }
div.DivClassName
{
background-color: #8CC236;
}
.BgClassName
{
background-color: #8CC236;
}
</style>
border-color css
<style>
span { border-color: #8CC236; }
span { border-color: rgb(140,194,54); }
td.TdClassName
{
border-color: #8CC236;
}
.TagClassName
{
border-color: #8CC236;
}
</style>