Shades of Mantis #82DB5B
Tints of Mantis #82DB5B
RGB
CMYK
RGB Variations
Color information
#82DB5B (or 0x82DB5B) is known color: Mantis. HEX triplet: 82, DB and 5B. RGB value is (130,219,91). Sum of RGB (Red+Green+Blue) = 130+219+91=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DB5B is #7D24A4. Grayscale: #B2B2B2. Windows color (decimal): -8201381 or 6019970. OLE color: 6019970.
HSL color Cylindrical-coordinate representation of color #82DB5B: hue angle of 101.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82DB5B is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 91 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.14 |
| HSL | 101.72º | 0.64% | 0.61% | - |
| HSV(B) | 101.72º | 0.58% | 0.86% | - |
| XYZ | 36.43 | 56.16 | 18.82 | - |
| YUV | 177.8 | 79.01 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 91 | 0.41 | 0 | 0.58 | 0.14 | 101.72 | 0.64 | 0.61 |
| Hex | 82 | DB | 5B | 29 | 0 | 3A | E | 66 | 40 | 3D |
| Octal | 202 | 333 | 133 | 51 | 0 | 72 | 16 | 146 | 100 | 75 |
| Binary | 10000010 | 11011011 | 1011011 | 101001 | 0 | 111010 | 1110 | 1100110 | 1000000 | 111101 |
Color Harmonies of #82DB5B
Complementary color
Monochromatic Colors of #82DB5B
Black with #82DB5B
Text Example
Text Example
White with #82DB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB5B; }
p { color: rgb(130,219,91); }
H1.HeaderClassName
{
color: #82DB5B;
}
.AnyTagClassName
{
color: #82DB5B;
}
</style>
background-color css
<style>
a { background-color: #82DB5B; }
a { background-color: rgb(130,219,91); }
div.DivClassName
{
background-color: #82DB5B;
}
.BgClassName
{
background-color: #82DB5B;
}
</style>
border-color css
<style>
span { border-color: #82DB5B; }
span { border-color: rgb(130,219,91); }
td.TdClassName
{
border-color: #82DB5B;
}
.TagClassName
{
border-color: #82DB5B;
}
</style>