Shades of Mantis #83C766
Tints of Mantis #83C766
RGB
CMYK
RGB Variations
Color information
#83C766 (or 0x83C766) is known color: Mantis. HEX triplet: 83, C7 and 66. RGB value is (131,199,102). Sum of RGB (Red+Green+Blue) = 131+199+102=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #83C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C766 is #7C3899. Grayscale: #A7A7A7. Windows color (decimal): -8140954 or 6735747. OLE color: 6735747.
HSL color Cylindrical-coordinate representation of color #83C766: hue angle of 102.06º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83C766 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 102 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.22 |
| HSL | 102.06º | 0.46% | 0.59% | - |
| HSV(B) | 102.06º | 0.49% | 0.78% | - |
| XYZ | 32.18 | 46.63 | 19.87 | - |
| YUV | 167.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 102 | 0.34 | 0 | 0.49 | 0.22 | 102.06 | 0.46 | 0.59 |
| Hex | 83 | C7 | 66 | 22 | 0 | 31 | 16 | 66 | 2E | 3B |
| Octal | 203 | 307 | 146 | 42 | 0 | 61 | 26 | 146 | 56 | 73 |
| Binary | 10000011 | 11000111 | 1100110 | 100010 | 0 | 110001 | 10110 | 1100110 | 101110 | 111011 |
Color Harmonies of #83C766
Complementary color
Monochromatic Colors of #83C766
Black with #83C766
Text Example
Text Example
White with #83C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C766; }
p { color: rgb(131,199,102); }
H1.HeaderClassName
{
color: #83C766;
}
.AnyTagClassName
{
color: #83C766;
}
</style>
background-color css
<style>
a { background-color: #83C766; }
a { background-color: rgb(131,199,102); }
div.DivClassName
{
background-color: #83C766;
}
.BgClassName
{
background-color: #83C766;
}
</style>
border-color css
<style>
span { border-color: #83C766; }
span { border-color: rgb(131,199,102); }
td.TdClassName
{
border-color: #83C766;
}
.TagClassName
{
border-color: #83C766;
}
</style>