Shades of Mantis #83C366
Tints of Mantis #83C366
RGB
CMYK
RGB Variations
Color information
#83C366 (or 0x83C366) is known color: Mantis. HEX triplet: 83, C3 and 66. RGB value is (131,195,102). Sum of RGB (Red+Green+Blue) = 131+195+102=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #83C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C366 is #7C3C99. Grayscale: #A5A5A5. Windows color (decimal): -8141978 or 6734723. OLE color: 6734723.
HSL color Cylindrical-coordinate representation of color #83C366: hue angle of 101.29º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83C366 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 102 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.24 |
| HSL | 101.29º | 0.44% | 0.58% | - |
| HSV(B) | 101.29º | 0.48% | 0.76% | - |
| XYZ | 31.27 | 44.81 | 19.57 | - |
| YUV | 165.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 102 | 0.33 | 0 | 0.48 | 0.24 | 101.29 | 0.44 | 0.58 |
| Hex | 83 | C3 | 66 | 21 | 0 | 30 | 18 | 65 | 2C | 3A |
| Octal | 203 | 303 | 146 | 41 | 0 | 60 | 30 | 145 | 54 | 72 |
| Binary | 10000011 | 11000011 | 1100110 | 100001 | 0 | 110000 | 11000 | 1100101 | 101100 | 111010 |
Color Harmonies of #83C366
Complementary color
Monochromatic Colors of #83C366
Black with #83C366
Text Example
Text Example
White with #83C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C366; }
p { color: rgb(131,195,102); }
H1.HeaderClassName
{
color: #83C366;
}
.AnyTagClassName
{
color: #83C366;
}
</style>
background-color css
<style>
a { background-color: #83C366; }
a { background-color: rgb(131,195,102); }
div.DivClassName
{
background-color: #83C366;
}
.BgClassName
{
background-color: #83C366;
}
</style>
border-color css
<style>
span { border-color: #83C366; }
span { border-color: rgb(131,195,102); }
td.TdClassName
{
border-color: #83C366;
}
.TagClassName
{
border-color: #83C366;
}
</style>