Shades of Yellow Green #8CC538
Tints of Yellow Green #8CC538
RGB
CMYK
RGB Variations
Color information
#8CC538 (or 0x8CC538) is known color: Yellow Green. HEX triplet: 8C, C5 and 38. RGB value is (140,197,56). Sum of RGB (Red+Green+Blue) = 140+197+56=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC538 is #733AC7. Grayscale: #A4A4A4. Windows color (decimal): -7551688 or 3720588. OLE color: 3720588.
HSL color Cylindrical-coordinate representation of color #8CC538: hue angle of 84.26º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CC538 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 56 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.23 |
| HSL | 84.26º | 0.56% | 0.5% | - |
| HSV(B) | 84.26º | 0.72% | 0.77% | - |
| XYZ | 31.5 | 45.79 | 10.92 | - |
| YUV | 163.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 56 | 0.29 | 0 | 0.72 | 0.23 | 84.26 | 0.56 | 0.5 |
| Hex | 8C | C5 | 38 | 1D | 0 | 48 | 17 | 54 | 38 | 32 |
| Octal | 214 | 305 | 70 | 35 | 0 | 110 | 27 | 124 | 70 | 62 |
| Binary | 10001100 | 11000101 | 111000 | 11101 | 0 | 1001000 | 10111 | 1010100 | 111000 | 110010 |
Color Harmonies of #8CC538
Complementary color
Monochromatic Colors of #8CC538
Black with #8CC538
Text Example
Text Example
White with #8CC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC538; }
p { color: rgb(140,197,56); }
H1.HeaderClassName
{
color: #8CC538;
}
.AnyTagClassName
{
color: #8CC538;
}
</style>
background-color css
<style>
a { background-color: #8CC538; }
a { background-color: rgb(140,197,56); }
div.DivClassName
{
background-color: #8CC538;
}
.BgClassName
{
background-color: #8CC538;
}
</style>
border-color css
<style>
span { border-color: #8CC538; }
span { border-color: rgb(140,197,56); }
td.TdClassName
{
border-color: #8CC538;
}
.TagClassName
{
border-color: #8CC538;
}
</style>