Shades of Mantis #83BC4B
Tints of Mantis #83BC4B
RGB
CMYK
RGB Variations
Color information
#83BC4B (or 0x83BC4B) is known color: Mantis. HEX triplet: 83, BC and 4B. RGB value is (131,188,75). Sum of RGB (Red+Green+Blue) = 131+188+75=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC4B is #7C43B4. Grayscale: #9E9E9E. Windows color (decimal): -8143797 or 4963459. OLE color: 4963459.
HSL color Cylindrical-coordinate representation of color #83BC4B: hue angle of 90.27º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83BC4B is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 75 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.26 |
| HSL | 90.27º | 0.46% | 0.52% | - |
| HSV(B) | 90.27º | 0.6% | 0.74% | - |
| XYZ | 28.61 | 41.3 | 13.12 | - |
| YUV | 158.08 | 81.12 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 75 | 0.30 | 0 | 0.60 | 0.26 | 90.27 | 0.46 | 0.52 |
| Hex | 83 | BC | 4B | 1E | 0 | 3C | 1A | 5A | 2E | 34 |
| Octal | 203 | 274 | 113 | 36 | 0 | 74 | 32 | 132 | 56 | 64 |
| Binary | 10000011 | 10111100 | 1001011 | 11110 | 0 | 111100 | 11010 | 1011010 | 101110 | 110100 |
Color Harmonies of #83BC4B
Complementary color
Monochromatic Colors of #83BC4B
Black with #83BC4B
Text Example
Text Example
White with #83BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC4B; }
p { color: rgb(131,188,75); }
H1.HeaderClassName
{
color: #83BC4B;
}
.AnyTagClassName
{
color: #83BC4B;
}
</style>
background-color css
<style>
a { background-color: #83BC4B; }
a { background-color: rgb(131,188,75); }
div.DivClassName
{
background-color: #83BC4B;
}
.BgClassName
{
background-color: #83BC4B;
}
</style>
border-color css
<style>
span { border-color: #83BC4B; }
span { border-color: rgb(131,188,75); }
td.TdClassName
{
border-color: #83BC4B;
}
.TagClassName
{
border-color: #83BC4B;
}
</style>