Shades of Mantis #83D06C
Tints of Mantis #83D06C
RGB
CMYK
RGB Variations
Color information
#83D06C (or 0x83D06C) is known color: Mantis. HEX triplet: 83, D0 and 6C. RGB value is (131,208,108). Sum of RGB (Red+Green+Blue) = 131+208+108=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #83D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D06C is #7C2F93. Grayscale: #ADADAD. Windows color (decimal): -8138644 or 7131267. OLE color: 7131267.
HSL color Cylindrical-coordinate representation of color #83D06C: hue angle of 106.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83D06C is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 108 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.18 |
| HSL | 106.2º | 0.52% | 0.62% | - |
| HSV(B) | 106.2º | 0.48% | 0.82% | - |
| XYZ | 34.62 | 51.02 | 22.21 | - |
| YUV | 173.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 108 | 0.37 | 0 | 0.48 | 0.18 | 106.2 | 0.52 | 0.62 |
| Hex | 83 | D0 | 6C | 25 | 0 | 30 | 12 | 6A | 34 | 3E |
| Octal | 203 | 320 | 154 | 45 | 0 | 60 | 22 | 152 | 64 | 76 |
| Binary | 10000011 | 11010000 | 1101100 | 100101 | 0 | 110000 | 10010 | 1101010 | 110100 | 111110 |
Color Harmonies of #83D06C
Complementary color
Monochromatic Colors of #83D06C
Black with #83D06C
Text Example
Text Example
White with #83D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D06C; }
p { color: rgb(131,208,108); }
H1.HeaderClassName
{
color: #83D06C;
}
.AnyTagClassName
{
color: #83D06C;
}
</style>
background-color css
<style>
a { background-color: #83D06C; }
a { background-color: rgb(131,208,108); }
div.DivClassName
{
background-color: #83D06C;
}
.BgClassName
{
background-color: #83D06C;
}
</style>
border-color css
<style>
span { border-color: #83D06C; }
span { border-color: rgb(131,208,108); }
td.TdClassName
{
border-color: #83D06C;
}
.TagClassName
{
border-color: #83D06C;
}
</style>