Shades of Mantis #83C852
Tints of Mantis #83C852
RGB
CMYK
RGB Variations
Color information
#83C852 (or 0x83C852) is known color: Mantis. HEX triplet: 83, C8 and 52. RGB value is (131,200,82). Sum of RGB (Red+Green+Blue) = 131+200+82=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #83C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C852 is #7C37AD. Grayscale: #A6A6A6. Windows color (decimal): -8140718 or 5425283. OLE color: 5425283.
HSL color Cylindrical-coordinate representation of color #83C852: hue angle of 95.08º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83C852 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 82 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.22 |
| HSL | 95.08º | 0.52% | 0.55% | - |
| HSV(B) | 95.08º | 0.59% | 0.78% | - |
| XYZ | 31.54 | 46.74 | 15.34 | - |
| YUV | 165.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 82 | 0.34 | 0 | 0.59 | 0.22 | 95.08 | 0.52 | 0.55 |
| Hex | 83 | C8 | 52 | 22 | 0 | 3B | 16 | 5F | 34 | 37 |
| Octal | 203 | 310 | 122 | 42 | 0 | 73 | 26 | 137 | 64 | 67 |
| Binary | 10000011 | 11001000 | 1010010 | 100010 | 0 | 111011 | 10110 | 1011111 | 110100 | 110111 |
Color Harmonies of #83C852
Complementary color
Monochromatic Colors of #83C852
Black with #83C852
Text Example
Text Example
White with #83C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C852; }
p { color: rgb(131,200,82); }
H1.HeaderClassName
{
color: #83C852;
}
.AnyTagClassName
{
color: #83C852;
}
</style>
background-color css
<style>
a { background-color: #83C852; }
a { background-color: rgb(131,200,82); }
div.DivClassName
{
background-color: #83C852;
}
.BgClassName
{
background-color: #83C852;
}
</style>
border-color css
<style>
span { border-color: #83C852; }
span { border-color: rgb(131,200,82); }
td.TdClassName
{
border-color: #83C852;
}
.TagClassName
{
border-color: #83C852;
}
</style>