Shades of Mantis #82C967
Tints of Mantis #82C967
RGB
CMYK
RGB Variations
Color information
#82C967 (or 0x82C967) is known color: Mantis. HEX triplet: 82, C9 and 67. RGB value is (130,201,103). Sum of RGB (Red+Green+Blue) = 130+201+103=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #82C967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C967 is #7D3698. Grayscale: #A8A8A8. Windows color (decimal): -8205977 or 6801794. OLE color: 6801794.
HSL color Cylindrical-coordinate representation of color #82C967: hue angle of 103.47º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C967 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 103 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.21 |
| HSL | 103.47º | 0.48% | 0.6% | - |
| HSV(B) | 103.47º | 0.49% | 0.79% | - |
| XYZ | 32.54 | 47.5 | 20.28 | - |
| YUV | 168.6 | 90.98 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 103 | 0.35 | 0 | 0.49 | 0.21 | 103.47 | 0.48 | 0.6 |
| Hex | 82 | C9 | 67 | 23 | 0 | 31 | 15 | 67 | 30 | 3C |
| Octal | 202 | 311 | 147 | 43 | 0 | 61 | 25 | 147 | 60 | 74 |
| Binary | 10000010 | 11001001 | 1100111 | 100011 | 0 | 110001 | 10101 | 1100111 | 110000 | 111100 |
Color Harmonies of #82C967
Complementary color
Monochromatic Colors of #82C967
Black with #82C967
Text Example
Text Example
White with #82C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C967; }
p { color: rgb(130,201,103); }
H1.HeaderClassName
{
color: #82C967;
}
.AnyTagClassName
{
color: #82C967;
}
</style>
background-color css
<style>
a { background-color: #82C967; }
a { background-color: rgb(130,201,103); }
div.DivClassName
{
background-color: #82C967;
}
.BgClassName
{
background-color: #82C967;
}
</style>
border-color css
<style>
span { border-color: #82C967; }
span { border-color: rgb(130,201,103); }
td.TdClassName
{
border-color: #82C967;
}
.TagClassName
{
border-color: #82C967;
}
</style>