Shades of Mantis #82DB4E
Tints of Mantis #82DB4E
RGB
CMYK
RGB Variations
Color information
#82DB4E (or 0x82DB4E) is known color: Mantis. HEX triplet: 82, DB and 4E. RGB value is (130,219,78). Sum of RGB (Red+Green+Blue) = 130+219+78=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DB4E is #7D24B1. Grayscale: #B0B0B0. Windows color (decimal): -8201394 or 5168002. OLE color: 5168002.
HSL color Cylindrical-coordinate representation of color #82DB4E: hue angle of 97.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82DB4E is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 78 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.14 |
| HSL | 97.87º | 0.66% | 0.58% | - |
| HSV(B) | 97.87º | 0.64% | 0.86% | - |
| XYZ | 35.91 | 55.96 | 16.12 | - |
| YUV | 176.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 78 | 0.41 | 0 | 0.64 | 0.14 | 97.87 | 0.66 | 0.58 |
| Hex | 82 | DB | 4E | 29 | 0 | 40 | E | 62 | 42 | 3A |
| Octal | 202 | 333 | 116 | 51 | 0 | 100 | 16 | 142 | 102 | 72 |
| Binary | 10000010 | 11011011 | 1001110 | 101001 | 0 | 1000000 | 1110 | 1100010 | 1000010 | 111010 |
Color Harmonies of #82DB4E
Complementary color
Monochromatic Colors of #82DB4E
Black with #82DB4E
Text Example
Text Example
White with #82DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB4E; }
p { color: rgb(130,219,78); }
H1.HeaderClassName
{
color: #82DB4E;
}
.AnyTagClassName
{
color: #82DB4E;
}
</style>
background-color css
<style>
a { background-color: #82DB4E; }
a { background-color: rgb(130,219,78); }
div.DivClassName
{
background-color: #82DB4E;
}
.BgClassName
{
background-color: #82DB4E;
}
</style>
border-color css
<style>
span { border-color: #82DB4E; }
span { border-color: rgb(130,219,78); }
td.TdClassName
{
border-color: #82DB4E;
}
.TagClassName
{
border-color: #82DB4E;
}
</style>