Shades of Mantis #83CB61
Tints of Mantis #83CB61
RGB
CMYK
RGB Variations
Color information
#83CB61 (or 0x83CB61) is known color: Mantis. HEX triplet: 83, CB and 61. RGB value is (131,203,97). Sum of RGB (Red+Green+Blue) = 131+203+97=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CB61 is #7C349E. Grayscale: #A9A9A9. Windows color (decimal): -8139935 or 6409091. OLE color: 6409091.
HSL color Cylindrical-coordinate representation of color #83CB61: hue angle of 100.75º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83CB61 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 97 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.20 |
| HSL | 100.75º | 0.5% | 0.59% | - |
| HSV(B) | 100.75º | 0.52% | 0.8% | - |
| XYZ | 32.87 | 48.4 | 18.92 | - |
| YUV | 169.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 97 | 0.35 | 0 | 0.52 | 0.20 | 100.75 | 0.5 | 0.59 |
| Hex | 83 | CB | 61 | 23 | 0 | 34 | 14 | 65 | 32 | 3B |
| Octal | 203 | 313 | 141 | 43 | 0 | 64 | 24 | 145 | 62 | 73 |
| Binary | 10000011 | 11001011 | 1100001 | 100011 | 0 | 110100 | 10100 | 1100101 | 110010 | 111011 |
Color Harmonies of #83CB61
Complementary color
Monochromatic Colors of #83CB61
Black with #83CB61
Text Example
Text Example
White with #83CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB61; }
p { color: rgb(131,203,97); }
H1.HeaderClassName
{
color: #83CB61;
}
.AnyTagClassName
{
color: #83CB61;
}
</style>
background-color css
<style>
a { background-color: #83CB61; }
a { background-color: rgb(131,203,97); }
div.DivClassName
{
background-color: #83CB61;
}
.BgClassName
{
background-color: #83CB61;
}
</style>
border-color css
<style>
span { border-color: #83CB61; }
span { border-color: rgb(131,203,97); }
td.TdClassName
{
border-color: #83CB61;
}
.TagClassName
{
border-color: #83CB61;
}
</style>