Shades of Mantis #83B869
Tints of Mantis #83B869
RGB
CMYK
RGB Variations
Color information
#83B869 (or 0x83B869) is known color: Mantis. HEX triplet: 83, B8 and 69. RGB value is (131,184,105). Sum of RGB (Red+Green+Blue) = 131+184+105=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #83B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B869 is #7C4796. Grayscale: #9F9F9F. Windows color (decimal): -8144791 or 6928515. OLE color: 6928515.
HSL color Cylindrical-coordinate representation of color #83B869: hue angle of 100.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83B869 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 105 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.28 |
| HSL | 100.25º | 0.36% | 0.57% | - |
| HSV(B) | 100.25º | 0.43% | 0.72% | - |
| XYZ | 29.05 | 40.13 | 19.58 | - |
| YUV | 159.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 105 | 0.29 | 0 | 0.43 | 0.28 | 100.25 | 0.36 | 0.57 |
| Hex | 83 | B8 | 69 | 1D | 0 | 2B | 1C | 64 | 24 | 39 |
| Octal | 203 | 270 | 151 | 35 | 0 | 53 | 34 | 144 | 44 | 71 |
| Binary | 10000011 | 10111000 | 1101001 | 11101 | 0 | 101011 | 11100 | 1100100 | 100100 | 111001 |
Color Harmonies of #83B869
Complementary color
Monochromatic Colors of #83B869
Black with #83B869
Text Example
Text Example
White with #83B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B869; }
p { color: rgb(131,184,105); }
H1.HeaderClassName
{
color: #83B869;
}
.AnyTagClassName
{
color: #83B869;
}
</style>
background-color css
<style>
a { background-color: #83B869; }
a { background-color: rgb(131,184,105); }
div.DivClassName
{
background-color: #83B869;
}
.BgClassName
{
background-color: #83B869;
}
</style>
border-color css
<style>
span { border-color: #83B869; }
span { border-color: rgb(131,184,105); }
td.TdClassName
{
border-color: #83B869;
}
.TagClassName
{
border-color: #83B869;
}
</style>