Shades of Mantis #82DF46
Tints of Mantis #82DF46
RGB
CMYK
RGB Variations
Color information
#82DF46 (or 0x82DF46) is known color: Mantis. HEX triplet: 82, DF and 46. RGB value is (130,223,70). Sum of RGB (Red+Green+Blue) = 130+223+70=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF46 is #7D20B9. Grayscale: #B2B2B2. Windows color (decimal): -8200378 or 4644738. OLE color: 4644738.
HSL color Cylindrical-coordinate representation of color #82DF46: hue angle of 96.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82DF46 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 70 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.13 |
| HSL | 96.47º | 0.71% | 0.57% | - |
| HSV(B) | 96.47º | 0.69% | 0.87% | - |
| XYZ | 36.7 | 57.96 | 15.05 | - |
| YUV | 177.75 | 67.19 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 70 | 0.42 | 0 | 0.69 | 0.13 | 96.47 | 0.71 | 0.57 |
| Hex | 82 | DF | 46 | 2A | 0 | 45 | D | 60 | 47 | 39 |
| Octal | 202 | 337 | 106 | 52 | 0 | 105 | 15 | 140 | 107 | 71 |
| Binary | 10000010 | 11011111 | 1000110 | 101010 | 0 | 1000101 | 1101 | 1100000 | 1000111 | 111001 |
Color Harmonies of #82DF46
Complementary color
Monochromatic Colors of #82DF46
Black with #82DF46
Text Example
Text Example
White with #82DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF46; }
p { color: rgb(130,223,70); }
H1.HeaderClassName
{
color: #82DF46;
}
.AnyTagClassName
{
color: #82DF46;
}
</style>
background-color css
<style>
a { background-color: #82DF46; }
a { background-color: rgb(130,223,70); }
div.DivClassName
{
background-color: #82DF46;
}
.BgClassName
{
background-color: #82DF46;
}
</style>
border-color css
<style>
span { border-color: #82DF46; }
span { border-color: rgb(130,223,70); }
td.TdClassName
{
border-color: #82DF46;
}
.TagClassName
{
border-color: #82DF46;
}
</style>