Shades of Mantis #82C453
Tints of Mantis #82C453
RGB
CMYK
RGB Variations
Color information
#82C453 (or 0x82C453) is known color: Mantis. HEX triplet: 82, C4 and 53. RGB value is (130,196,83). Sum of RGB (Red+Green+Blue) = 130+196+83=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #82C453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C453 is #7D3BAC. Grayscale: #A3A3A3. Windows color (decimal): -8207277 or 5489794. OLE color: 5489794.
HSL color Cylindrical-coordinate representation of color #82C453: hue angle of 95.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82C453 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 83 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.23 |
| HSL | 95.04º | 0.49% | 0.55% | - |
| HSV(B) | 95.04º | 0.58% | 0.77% | - |
| XYZ | 30.51 | 44.85 | 15.23 | - |
| YUV | 163.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 83 | 0.34 | 0 | 0.58 | 0.23 | 95.04 | 0.49 | 0.55 |
| Hex | 82 | C4 | 53 | 22 | 0 | 3A | 17 | 5F | 31 | 37 |
| Octal | 202 | 304 | 123 | 42 | 0 | 72 | 27 | 137 | 61 | 67 |
| Binary | 10000010 | 11000100 | 1010011 | 100010 | 0 | 111010 | 10111 | 1011111 | 110001 | 110111 |
Color Harmonies of #82C453
Complementary color
Monochromatic Colors of #82C453
Black with #82C453
Text Example
Text Example
White with #82C453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C453; }
p { color: rgb(130,196,83); }
H1.HeaderClassName
{
color: #82C453;
}
.AnyTagClassName
{
color: #82C453;
}
</style>
background-color css
<style>
a { background-color: #82C453; }
a { background-color: rgb(130,196,83); }
div.DivClassName
{
background-color: #82C453;
}
.BgClassName
{
background-color: #82C453;
}
</style>
border-color css
<style>
span { border-color: #82C453; }
span { border-color: rgb(130,196,83); }
td.TdClassName
{
border-color: #82C453;
}
.TagClassName
{
border-color: #82C453;
}
</style>