Shades of Yellow Green #8BC135
Tints of Yellow Green #8BC135
RGB
CMYK
RGB Variations
Color information
#8BC135 (or 0x8BC135) is known color: Yellow Green. HEX triplet: 8B, C1 and 35. RGB value is (139,193,53). Sum of RGB (Red+Green+Blue) = 139+193+53=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC135 is #743ECA. Grayscale: #A1A1A1. Windows color (decimal): -7618251 or 3522955. OLE color: 3522955.
HSL color Cylindrical-coordinate representation of color #8BC135: hue angle of 83.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BC135 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 53 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.24 |
| HSL | 83.14º | 0.57% | 0.48% | - |
| HSV(B) | 83.14º | 0.73% | 0.76% | - |
| XYZ | 30.36 | 43.89 | 10.24 | - |
| YUV | 160.89 | 67.11 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 53 | 0.28 | 0 | 0.73 | 0.24 | 83.14 | 0.57 | 0.48 |
| Hex | 8B | C1 | 35 | 1C | 0 | 49 | 18 | 53 | 39 | 30 |
| Octal | 213 | 301 | 65 | 34 | 0 | 111 | 30 | 123 | 71 | 60 |
| Binary | 10001011 | 11000001 | 110101 | 11100 | 0 | 1001001 | 11000 | 1010011 | 111001 | 110000 |
Color Harmonies of #8BC135
Complementary color
Monochromatic Colors of #8BC135
Black with #8BC135
Text Example
Text Example
White with #8BC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC135; }
p { color: rgb(139,193,53); }
H1.HeaderClassName
{
color: #8BC135;
}
.AnyTagClassName
{
color: #8BC135;
}
</style>
background-color css
<style>
a { background-color: #8BC135; }
a { background-color: rgb(139,193,53); }
div.DivClassName
{
background-color: #8BC135;
}
.BgClassName
{
background-color: #8BC135;
}
</style>
border-color css
<style>
span { border-color: #8BC135; }
span { border-color: rgb(139,193,53); }
td.TdClassName
{
border-color: #8BC135;
}
.TagClassName
{
border-color: #8BC135;
}
</style>