Shades of Mantis #83CE66
Tints of Mantis #83CE66
RGB
CMYK
RGB Variations
Color information
#83CE66 (or 0x83CE66) is known color: Mantis. HEX triplet: 83, CE and 66. RGB value is (131,206,102). Sum of RGB (Red+Green+Blue) = 131+206+102=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CE66 is #7C3199. Grayscale: #ACACAC. Windows color (decimal): -8139162 or 6737539. OLE color: 6737539.
HSL color Cylindrical-coordinate representation of color #83CE66: hue angle of 103.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83CE66 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 102 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.19 |
| HSL | 103.27º | 0.51% | 0.6% | - |
| HSV(B) | 103.27º | 0.5% | 0.81% | - |
| XYZ | 33.83 | 49.93 | 20.42 | - |
| YUV | 171.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 102 | 0.36 | 0 | 0.50 | 0.19 | 103.27 | 0.51 | 0.6 |
| Hex | 83 | CE | 66 | 24 | 0 | 32 | 13 | 67 | 33 | 3C |
| Octal | 203 | 316 | 146 | 44 | 0 | 62 | 23 | 147 | 63 | 74 |
| Binary | 10000011 | 11001110 | 1100110 | 100100 | 0 | 110010 | 10011 | 1100111 | 110011 | 111100 |
Color Harmonies of #83CE66
Complementary color
Monochromatic Colors of #83CE66
Black with #83CE66
Text Example
Text Example
White with #83CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CE66; }
p { color: rgb(131,206,102); }
H1.HeaderClassName
{
color: #83CE66;
}
.AnyTagClassName
{
color: #83CE66;
}
</style>
background-color css
<style>
a { background-color: #83CE66; }
a { background-color: rgb(131,206,102); }
div.DivClassName
{
background-color: #83CE66;
}
.BgClassName
{
background-color: #83CE66;
}
</style>
border-color css
<style>
span { border-color: #83CE66; }
span { border-color: rgb(131,206,102); }
td.TdClassName
{
border-color: #83CE66;
}
.TagClassName
{
border-color: #83CE66;
}
</style>