Shades of Yellow Green #8BC138
Tints of Yellow Green #8BC138
RGB
CMYK
RGB Variations
Color information
#8BC138 (or 0x8BC138) is known color: Yellow Green. HEX triplet: 8B, C1 and 38. RGB value is (139,193,56). Sum of RGB (Red+Green+Blue) = 139+193+56=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC138 is #743EC7. Grayscale: #A1A1A1. Windows color (decimal): -7618248 or 3719563. OLE color: 3719563.
HSL color Cylindrical-coordinate representation of color #8BC138: hue angle of 83.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BC138 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 56 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.24 |
| HSL | 83.65º | 0.55% | 0.49% | - |
| HSV(B) | 83.65º | 0.71% | 0.76% | - |
| XYZ | 30.43 | 43.91 | 10.61 | - |
| YUV | 161.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 56 | 0.28 | 0 | 0.71 | 0.24 | 83.65 | 0.55 | 0.49 |
| Hex | 8B | C1 | 38 | 1C | 0 | 47 | 18 | 54 | 37 | 31 |
| Octal | 213 | 301 | 70 | 34 | 0 | 107 | 30 | 124 | 67 | 61 |
| Binary | 10001011 | 11000001 | 111000 | 11100 | 0 | 1000111 | 11000 | 1010100 | 110111 | 110001 |
Color Harmonies of #8BC138
Complementary color
Monochromatic Colors of #8BC138
Black with #8BC138
Text Example
Text Example
White with #8BC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC138; }
p { color: rgb(139,193,56); }
H1.HeaderClassName
{
color: #8BC138;
}
.AnyTagClassName
{
color: #8BC138;
}
</style>
background-color css
<style>
a { background-color: #8BC138; }
a { background-color: rgb(139,193,56); }
div.DivClassName
{
background-color: #8BC138;
}
.BgClassName
{
background-color: #8BC138;
}
</style>
border-color css
<style>
span { border-color: #8BC138; }
span { border-color: rgb(139,193,56); }
td.TdClassName
{
border-color: #8BC138;
}
.TagClassName
{
border-color: #8BC138;
}
</style>