Shades of Mantis #82DF4A
Tints of Mantis #82DF4A
RGB
CMYK
RGB Variations
Color information
#82DF4A (or 0x82DF4A) is known color: Mantis. HEX triplet: 82, DF and 4A. RGB value is (130,223,74). Sum of RGB (Red+Green+Blue) = 130+223+74=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF4A is #7D20B5. Grayscale: #B2B2B2. Windows color (decimal): -8200374 or 4906882. OLE color: 4906882.
HSL color Cylindrical-coordinate representation of color #82DF4A: hue angle of 97.45º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82DF4A is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 74 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.13 |
| HSL | 97.45º | 0.7% | 0.58% | - |
| HSV(B) | 97.45º | 0.67% | 0.87% | - |
| XYZ | 36.83 | 58.02 | 15.74 | - |
| YUV | 178.21 | 69.19 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 74 | 0.42 | 0 | 0.67 | 0.13 | 97.45 | 0.7 | 0.58 |
| Hex | 82 | DF | 4A | 2A | 0 | 43 | D | 61 | 46 | 3A |
| Octal | 202 | 337 | 112 | 52 | 0 | 103 | 15 | 141 | 106 | 72 |
| Binary | 10000010 | 11011111 | 1001010 | 101010 | 0 | 1000011 | 1101 | 1100001 | 1000110 | 111010 |
Color Harmonies of #82DF4A
Complementary color
Monochromatic Colors of #82DF4A
Black with #82DF4A
Text Example
Text Example
White with #82DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF4A; }
p { color: rgb(130,223,74); }
H1.HeaderClassName
{
color: #82DF4A;
}
.AnyTagClassName
{
color: #82DF4A;
}
</style>
background-color css
<style>
a { background-color: #82DF4A; }
a { background-color: rgb(130,223,74); }
div.DivClassName
{
background-color: #82DF4A;
}
.BgClassName
{
background-color: #82DF4A;
}
</style>
border-color css
<style>
span { border-color: #82DF4A; }
span { border-color: rgb(130,223,74); }
td.TdClassName
{
border-color: #82DF4A;
}
.TagClassName
{
border-color: #82DF4A;
}
</style>