Shades of Mantis #82CC4A
Tints of Mantis #82CC4A
RGB
CMYK
RGB Variations
Color information
#82CC4A (or 0x82CC4A) is known color: Mantis. HEX triplet: 82, CC and 4A. RGB value is (130,204,74). Sum of RGB (Red+Green+Blue) = 130+204+74=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC4A is #7D33B5. Grayscale: #A7A7A7. Windows color (decimal): -8205238 or 4902018. OLE color: 4902018.
HSL color Cylindrical-coordinate representation of color #82CC4A: hue angle of 94.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82CC4A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 74 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.2 |
| HSL | 94.15º | 0.56% | 0.55% | - |
| HSV(B) | 94.15º | 0.64% | 0.8% | - |
| XYZ | 32.03 | 48.43 | 14.14 | - |
| YUV | 167.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 74 | 0.36 | 0 | 0.64 | 0.2 | 94.15 | 0.56 | 0.55 |
| Hex | 82 | CC | 4A | 24 | 0 | 40 | 14 | 5E | 38 | 37 |
| Octal | 202 | 314 | 112 | 44 | 0 | 100 | 24 | 136 | 70 | 67 |
| Binary | 10000010 | 11001100 | 1001010 | 100100 | 0 | 1000000 | 10100 | 1011110 | 111000 | 110111 |
Color Harmonies of #82CC4A
Complementary color
Monochromatic Colors of #82CC4A
Black with #82CC4A
Text Example
Text Example
White with #82CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CC4A; }
p { color: rgb(130,204,74); }
H1.HeaderClassName
{
color: #82CC4A;
}
.AnyTagClassName
{
color: #82CC4A;
}
</style>
background-color css
<style>
a { background-color: #82CC4A; }
a { background-color: rgb(130,204,74); }
div.DivClassName
{
background-color: #82CC4A;
}
.BgClassName
{
background-color: #82CC4A;
}
</style>
border-color css
<style>
span { border-color: #82CC4A; }
span { border-color: rgb(130,204,74); }
td.TdClassName
{
border-color: #82CC4A;
}
.TagClassName
{
border-color: #82CC4A;
}
</style>