Shades of Mantis #83BD4A
Tints of Mantis #83BD4A
RGB
CMYK
RGB Variations
Color information
#83BD4A (or 0x83BD4A) is known color: Mantis. HEX triplet: 83, BD and 4A. RGB value is (131,189,74). Sum of RGB (Red+Green+Blue) = 131+189+74=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD4A is #7C42B5. Grayscale: #9E9E9E. Windows color (decimal): -8143542 or 4898179. OLE color: 4898179.
HSL color Cylindrical-coordinate representation of color #83BD4A: hue angle of 90.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83BD4A is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 74 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.26 |
| HSL | 90.26º | 0.47% | 0.52% | - |
| HSV(B) | 90.26º | 0.61% | 0.74% | - |
| XYZ | 28.79 | 41.71 | 13.01 | - |
| YUV | 158.55 | 80.28 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 74 | 0.31 | 0 | 0.61 | 0.26 | 90.26 | 0.47 | 0.52 |
| Hex | 83 | BD | 4A | 1F | 0 | 3D | 1A | 5A | 2F | 34 |
| Octal | 203 | 275 | 112 | 37 | 0 | 75 | 32 | 132 | 57 | 64 |
| Binary | 10000011 | 10111101 | 1001010 | 11111 | 0 | 111101 | 11010 | 1011010 | 101111 | 110100 |
Color Harmonies of #83BD4A
Complementary color
Monochromatic Colors of #83BD4A
Black with #83BD4A
Text Example
Text Example
White with #83BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD4A; }
p { color: rgb(131,189,74); }
H1.HeaderClassName
{
color: #83BD4A;
}
.AnyTagClassName
{
color: #83BD4A;
}
</style>
background-color css
<style>
a { background-color: #83BD4A; }
a { background-color: rgb(131,189,74); }
div.DivClassName
{
background-color: #83BD4A;
}
.BgClassName
{
background-color: #83BD4A;
}
</style>
border-color css
<style>
span { border-color: #83BD4A; }
span { border-color: rgb(131,189,74); }
td.TdClassName
{
border-color: #83BD4A;
}
.TagClassName
{
border-color: #83BD4A;
}
</style>