Shades of Yellow Green #8CC535
Tints of Yellow Green #8CC535
RGB
CMYK
RGB Variations
Color information
#8CC535 (or 0x8CC535) is known color: Yellow Green. HEX triplet: 8C, C5 and 35. RGB value is (140,197,53). Sum of RGB (Red+Green+Blue) = 140+197+53=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC535 is #733ACA. Grayscale: #A4A4A4. Windows color (decimal): -7551691 or 3523980. OLE color: 3523980.
HSL color Cylindrical-coordinate representation of color #8CC535: hue angle of 83.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CC535 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 53 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.23 |
| HSL | 83.75º | 0.58% | 0.49% | - |
| HSV(B) | 83.75º | 0.73% | 0.77% | - |
| XYZ | 31.42 | 45.77 | 10.55 | - |
| YUV | 163.54 | 65.62 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 53 | 0.29 | 0 | 0.73 | 0.23 | 83.75 | 0.58 | 0.49 |
| Hex | 8C | C5 | 35 | 1D | 0 | 49 | 17 | 54 | 3A | 31 |
| Octal | 214 | 305 | 65 | 35 | 0 | 111 | 27 | 124 | 72 | 61 |
| Binary | 10001100 | 11000101 | 110101 | 11101 | 0 | 1001001 | 10111 | 1010100 | 111010 | 110001 |
Color Harmonies of #8CC535
Complementary color
Monochromatic Colors of #8CC535
Black with #8CC535
Text Example
Text Example
White with #8CC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC535; }
p { color: rgb(140,197,53); }
H1.HeaderClassName
{
color: #8CC535;
}
.AnyTagClassName
{
color: #8CC535;
}
</style>
background-color css
<style>
a { background-color: #8CC535; }
a { background-color: rgb(140,197,53); }
div.DivClassName
{
background-color: #8CC535;
}
.BgClassName
{
background-color: #8CC535;
}
</style>
border-color css
<style>
span { border-color: #8CC535; }
span { border-color: rgb(140,197,53); }
td.TdClassName
{
border-color: #8CC535;
}
.TagClassName
{
border-color: #8CC535;
}
</style>