Shades of Mantis #82DC53
Tints of Mantis #82DC53
RGB
CMYK
RGB Variations
Color information
#82DC53 (or 0x82DC53) is known color: Mantis. HEX triplet: 82, DC and 53. RGB value is (130,220,83). Sum of RGB (Red+Green+Blue) = 130+220+83=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC53 is #7D23AC. Grayscale: #B1B1B1. Windows color (decimal): -8201133 or 5495938. OLE color: 5495938.
HSL color Cylindrical-coordinate representation of color #82DC53: hue angle of 99.42º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82DC53 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 83 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.14 |
| HSL | 99.42º | 0.66% | 0.59% | - |
| HSV(B) | 99.42º | 0.62% | 0.86% | - |
| XYZ | 36.36 | 56.56 | 17.18 | - |
| YUV | 177.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 83 | 0.41 | 0 | 0.62 | 0.14 | 99.42 | 0.66 | 0.59 |
| Hex | 82 | DC | 53 | 29 | 0 | 3E | E | 63 | 42 | 3B |
| Octal | 202 | 334 | 123 | 51 | 0 | 76 | 16 | 143 | 102 | 73 |
| Binary | 10000010 | 11011100 | 1010011 | 101001 | 0 | 111110 | 1110 | 1100011 | 1000010 | 111011 |
Color Harmonies of #82DC53
Complementary color
Monochromatic Colors of #82DC53
Black with #82DC53
Text Example
Text Example
White with #82DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DC53; }
p { color: rgb(130,220,83); }
H1.HeaderClassName
{
color: #82DC53;
}
.AnyTagClassName
{
color: #82DC53;
}
</style>
background-color css
<style>
a { background-color: #82DC53; }
a { background-color: rgb(130,220,83); }
div.DivClassName
{
background-color: #82DC53;
}
.BgClassName
{
background-color: #82DC53;
}
</style>
border-color css
<style>
span { border-color: #82DC53; }
span { border-color: rgb(130,220,83); }
td.TdClassName
{
border-color: #82DC53;
}
.TagClassName
{
border-color: #82DC53;
}
</style>