Shades of Mantis #83B366
Tints of Mantis #83B366
RGB
CMYK
RGB Variations
Color information
#83B366 (or 0x83B366) is known color: Mantis. HEX triplet: 83, B3 and 66. RGB value is (131,179,102). Sum of RGB (Red+Green+Blue) = 131+179+102=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #83B366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B366 is #7C4C99. Grayscale: #9C9C9C. Windows color (decimal): -8146074 or 6730627. OLE color: 6730627.
HSL color Cylindrical-coordinate representation of color #83B366: hue angle of 97.4º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83B366 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 102 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.30 |
| HSL | 97.4º | 0.34% | 0.55% | - |
| HSV(B) | 97.4º | 0.43% | 0.7% | - |
| XYZ | 27.88 | 38.02 | 18.44 | - |
| YUV | 155.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 102 | 0.27 | 0 | 0.43 | 0.30 | 97.4 | 0.34 | 0.55 |
| Hex | 83 | B3 | 66 | 1B | 0 | 2B | 1E | 61 | 22 | 37 |
| Octal | 203 | 263 | 146 | 33 | 0 | 53 | 36 | 141 | 42 | 67 |
| Binary | 10000011 | 10110011 | 1100110 | 11011 | 0 | 101011 | 11110 | 1100001 | 100010 | 110111 |
Color Harmonies of #83B366
Complementary color
Monochromatic Colors of #83B366
Black with #83B366
Text Example
Text Example
White with #83B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B366; }
p { color: rgb(131,179,102); }
H1.HeaderClassName
{
color: #83B366;
}
.AnyTagClassName
{
color: #83B366;
}
</style>
background-color css
<style>
a { background-color: #83B366; }
a { background-color: rgb(131,179,102); }
div.DivClassName
{
background-color: #83B366;
}
.BgClassName
{
background-color: #83B366;
}
</style>
border-color css
<style>
span { border-color: #83B366; }
span { border-color: rgb(131,179,102); }
td.TdClassName
{
border-color: #83B366;
}
.TagClassName
{
border-color: #83B366;
}
</style>