Shades of Mantis #83C966
Tints of Mantis #83C966
RGB
CMYK
RGB Variations
Color information
#83C966 (or 0x83C966) is known color: Mantis. HEX triplet: 83, C9 and 66. RGB value is (131,201,102). Sum of RGB (Red+Green+Blue) = 131+201+102=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #83C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C966 is #7C3699. Grayscale: #A9A9A9. Windows color (decimal): -8140442 or 6736259. OLE color: 6736259.
HSL color Cylindrical-coordinate representation of color #83C966: hue angle of 102.42º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83C966 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 102 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.21 |
| HSL | 102.42º | 0.48% | 0.59% | - |
| HSV(B) | 102.42º | 0.49% | 0.79% | - |
| XYZ | 32.64 | 47.56 | 20.03 | - |
| YUV | 168.78 | 90.31 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 102 | 0.35 | 0 | 0.49 | 0.21 | 102.42 | 0.48 | 0.59 |
| Hex | 83 | C9 | 66 | 23 | 0 | 31 | 15 | 66 | 30 | 3B |
| Octal | 203 | 311 | 146 | 43 | 0 | 61 | 25 | 146 | 60 | 73 |
| Binary | 10000011 | 11001001 | 1100110 | 100011 | 0 | 110001 | 10101 | 1100110 | 110000 | 111011 |
Color Harmonies of #83C966
Complementary color
Monochromatic Colors of #83C966
Black with #83C966
Text Example
Text Example
White with #83C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C966; }
p { color: rgb(131,201,102); }
H1.HeaderClassName
{
color: #83C966;
}
.AnyTagClassName
{
color: #83C966;
}
</style>
background-color css
<style>
a { background-color: #83C966; }
a { background-color: rgb(131,201,102); }
div.DivClassName
{
background-color: #83C966;
}
.BgClassName
{
background-color: #83C966;
}
</style>
border-color css
<style>
span { border-color: #83C966; }
span { border-color: rgb(131,201,102); }
td.TdClassName
{
border-color: #83C966;
}
.TagClassName
{
border-color: #83C966;
}
</style>