Shades of Mantis #82CE5E
Tints of Mantis #82CE5E
RGB
CMYK
RGB Variations
Color information
#82CE5E (or 0x82CE5E) is known color: Mantis. HEX triplet: 82, CE and 5E. RGB value is (130,206,94). Sum of RGB (Red+Green+Blue) = 130+206+94=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE5E is #7D31A1. Grayscale: #AAAAAA. Windows color (decimal): -8204706 or 6213250. OLE color: 6213250.
HSL color Cylindrical-coordinate representation of color #82CE5E: hue angle of 100.71º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82CE5E is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 94 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.19 |
| HSL | 100.71º | 0.53% | 0.59% | - |
| HSV(B) | 100.71º | 0.54% | 0.81% | - |
| XYZ | 33.3 | 49.7 | 18.43 | - |
| YUV | 170.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 94 | 0.37 | 0 | 0.54 | 0.19 | 100.71 | 0.53 | 0.59 |
| Hex | 82 | CE | 5E | 25 | 0 | 36 | 13 | 65 | 35 | 3B |
| Octal | 202 | 316 | 136 | 45 | 0 | 66 | 23 | 145 | 65 | 73 |
| Binary | 10000010 | 11001110 | 1011110 | 100101 | 0 | 110110 | 10011 | 1100101 | 110101 | 111011 |
Color Harmonies of #82CE5E
Complementary color
Monochromatic Colors of #82CE5E
Black with #82CE5E
Text Example
Text Example
White with #82CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE5E; }
p { color: rgb(130,206,94); }
H1.HeaderClassName
{
color: #82CE5E;
}
.AnyTagClassName
{
color: #82CE5E;
}
</style>
background-color css
<style>
a { background-color: #82CE5E; }
a { background-color: rgb(130,206,94); }
div.DivClassName
{
background-color: #82CE5E;
}
.BgClassName
{
background-color: #82CE5E;
}
</style>
border-color css
<style>
span { border-color: #82CE5E; }
span { border-color: rgb(130,206,94); }
td.TdClassName
{
border-color: #82CE5E;
}
.TagClassName
{
border-color: #82CE5E;
}
</style>