Shades of Mantis #82CA4D
Tints of Mantis #82CA4D
RGB
CMYK
RGB Variations
Color information
#82CA4D (or 0x82CA4D) is known color: Mantis. HEX triplet: 82, CA and 4D. RGB value is (130,202,77). Sum of RGB (Red+Green+Blue) = 130+202+77=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA4D is #7D35B2. Grayscale: #A6A6A6. Windows color (decimal): -8205747 or 5098114. OLE color: 5098114.
HSL color Cylindrical-coordinate representation of color #82CA4D: hue angle of 94.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82CA4D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 77 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.21 |
| HSL | 94.56º | 0.54% | 0.55% | - |
| HSV(B) | 94.56º | 0.62% | 0.79% | - |
| XYZ | 31.67 | 47.52 | 14.53 | - |
| YUV | 166.22 | 77.65 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 77 | 0.36 | 0 | 0.62 | 0.21 | 94.56 | 0.54 | 0.55 |
| Hex | 82 | CA | 4D | 24 | 0 | 3E | 15 | 5F | 36 | 37 |
| Octal | 202 | 312 | 115 | 44 | 0 | 76 | 25 | 137 | 66 | 67 |
| Binary | 10000010 | 11001010 | 1001101 | 100100 | 0 | 111110 | 10101 | 1011111 | 110110 | 110111 |
Color Harmonies of #82CA4D
Complementary color
Monochromatic Colors of #82CA4D
Black with #82CA4D
Text Example
Text Example
White with #82CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA4D; }
p { color: rgb(130,202,77); }
H1.HeaderClassName
{
color: #82CA4D;
}
.AnyTagClassName
{
color: #82CA4D;
}
</style>
background-color css
<style>
a { background-color: #82CA4D; }
a { background-color: rgb(130,202,77); }
div.DivClassName
{
background-color: #82CA4D;
}
.BgClassName
{
background-color: #82CA4D;
}
</style>
border-color css
<style>
span { border-color: #82CA4D; }
span { border-color: rgb(130,202,77); }
td.TdClassName
{
border-color: #82CA4D;
}
.TagClassName
{
border-color: #82CA4D;
}
</style>