Shades of Mantis #83BC42
Tints of Mantis #83BC42
RGB
CMYK
RGB Variations
Color information
#83BC42 (or 0x83BC42) is known color: Mantis. HEX triplet: 83, BC and 42. RGB value is (131,188,66). Sum of RGB (Red+Green+Blue) = 131+188+66=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC42 is #7C43BD. Grayscale: #9D9D9D. Windows color (decimal): -8143806 or 4373635. OLE color: 4373635.
HSL color Cylindrical-coordinate representation of color #83BC42: hue angle of 88.03º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83BC42 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 66 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.26 |
| HSL | 88.03º | 0.48% | 0.5% | - |
| HSV(B) | 88.03º | 0.65% | 0.74% | - |
| XYZ | 28.33 | 41.19 | 11.61 | - |
| YUV | 157.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 66 | 0.30 | 0 | 0.65 | 0.26 | 88.03 | 0.48 | 0.5 |
| Hex | 83 | BC | 42 | 1E | 0 | 41 | 1A | 58 | 30 | 32 |
| Octal | 203 | 274 | 102 | 36 | 0 | 101 | 32 | 130 | 60 | 62 |
| Binary | 10000011 | 10111100 | 1000010 | 11110 | 0 | 1000001 | 11010 | 1011000 | 110000 | 110010 |
Color Harmonies of #83BC42
Complementary color
Monochromatic Colors of #83BC42
Black with #83BC42
Text Example
Text Example
White with #83BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC42; }
p { color: rgb(131,188,66); }
H1.HeaderClassName
{
color: #83BC42;
}
.AnyTagClassName
{
color: #83BC42;
}
</style>
background-color css
<style>
a { background-color: #83BC42; }
a { background-color: rgb(131,188,66); }
div.DivClassName
{
background-color: #83BC42;
}
.BgClassName
{
background-color: #83BC42;
}
</style>
border-color css
<style>
span { border-color: #83BC42; }
span { border-color: rgb(131,188,66); }
td.TdClassName
{
border-color: #83BC42;
}
.TagClassName
{
border-color: #83BC42;
}
</style>