Shades of Mantis #83BB66
Tints of Mantis #83BB66
RGB
CMYK
RGB Variations
Color information
#83BB66 (or 0x83BB66) is known color: Mantis. HEX triplet: 83, BB and 66. RGB value is (131,187,102). Sum of RGB (Red+Green+Blue) = 131+187+102=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BB66 is #7C4499. Grayscale: #A0A0A0. Windows color (decimal): -8144026 or 6732675. OLE color: 6732675.
HSL color Cylindrical-coordinate representation of color #83BB66: hue angle of 99.53º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BB66 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 102 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.27 |
| HSL | 99.53º | 0.38% | 0.57% | - |
| HSV(B) | 99.53º | 0.45% | 0.73% | - |
| XYZ | 29.53 | 41.33 | 18.99 | - |
| YUV | 160.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 102 | 0.30 | 0 | 0.45 | 0.27 | 99.53 | 0.38 | 0.57 |
| Hex | 83 | BB | 66 | 1E | 0 | 2D | 1B | 64 | 26 | 39 |
| Octal | 203 | 273 | 146 | 36 | 0 | 55 | 33 | 144 | 46 | 71 |
| Binary | 10000011 | 10111011 | 1100110 | 11110 | 0 | 101101 | 11011 | 1100100 | 100110 | 111001 |
Color Harmonies of #83BB66
Complementary color
Monochromatic Colors of #83BB66
Black with #83BB66
Text Example
Text Example
White with #83BB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB66; }
p { color: rgb(131,187,102); }
H1.HeaderClassName
{
color: #83BB66;
}
.AnyTagClassName
{
color: #83BB66;
}
</style>
background-color css
<style>
a { background-color: #83BB66; }
a { background-color: rgb(131,187,102); }
div.DivClassName
{
background-color: #83BB66;
}
.BgClassName
{
background-color: #83BB66;
}
</style>
border-color css
<style>
span { border-color: #83BB66; }
span { border-color: rgb(131,187,102); }
td.TdClassName
{
border-color: #83BB66;
}
.TagClassName
{
border-color: #83BB66;
}
</style>