Shades of Mantis #83D566
Tints of Mantis #83D566
RGB
CMYK
RGB Variations
Color information
#83D566 (or 0x83D566) is known color: Mantis. HEX triplet: 83, D5 and 66. RGB value is (131,213,102). Sum of RGB (Red+Green+Blue) = 131+213+102=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #83D566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D566 is #7C2A99. Grayscale: #B0B0B0. Windows color (decimal): -8137370 or 6739331. OLE color: 6739331.
HSL color Cylindrical-coordinate representation of color #83D566: hue angle of 104.32º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83D566 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 102 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.16 |
| HSL | 104.32º | 0.57% | 0.62% | - |
| HSV(B) | 104.32º | 0.52% | 0.84% | - |
| XYZ | 35.55 | 53.37 | 21 | - |
| YUV | 175.83 | 86.33 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 102 | 0.38 | 0 | 0.52 | 0.16 | 104.32 | 0.57 | 0.62 |
| Hex | 83 | D5 | 66 | 26 | 0 | 34 | 10 | 68 | 39 | 3E |
| Octal | 203 | 325 | 146 | 46 | 0 | 64 | 20 | 150 | 71 | 76 |
| Binary | 10000011 | 11010101 | 1100110 | 100110 | 0 | 110100 | 10000 | 1101000 | 111001 | 111110 |
Color Harmonies of #83D566
Complementary color
Monochromatic Colors of #83D566
Black with #83D566
Text Example
Text Example
White with #83D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D566; }
p { color: rgb(131,213,102); }
H1.HeaderClassName
{
color: #83D566;
}
.AnyTagClassName
{
color: #83D566;
}
</style>
background-color css
<style>
a { background-color: #83D566; }
a { background-color: rgb(131,213,102); }
div.DivClassName
{
background-color: #83D566;
}
.BgClassName
{
background-color: #83D566;
}
</style>
border-color css
<style>
span { border-color: #83D566; }
span { border-color: rgb(131,213,102); }
td.TdClassName
{
border-color: #83D566;
}
.TagClassName
{
border-color: #83D566;
}
</style>