Shades of Mantis #82CF43
Tints of Mantis #82CF43
RGB
CMYK
RGB Variations
Color information
#82CF43 (or 0x82CF43) is known color: Mantis. HEX triplet: 82, CF and 43. RGB value is (130,207,67). Sum of RGB (Red+Green+Blue) = 130+207+67=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF43 is #7D30BC. Grayscale: #A8A8A8. Windows color (decimal): -8204477 or 4444034. OLE color: 4444034.
HSL color Cylindrical-coordinate representation of color #82CF43: hue angle of 93º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82CF43 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 67 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.19 |
| HSL | 93º | 0.59% | 0.54% | - |
| HSV(B) | 93º | 0.68% | 0.81% | - |
| XYZ | 32.53 | 49.78 | 13.2 | - |
| YUV | 168.02 | 70.99 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 67 | 0.37 | 0 | 0.68 | 0.19 | 93 | 0.59 | 0.54 |
| Hex | 82 | CF | 43 | 25 | 0 | 44 | 13 | 5D | 3B | 36 |
| Octal | 202 | 317 | 103 | 45 | 0 | 104 | 23 | 135 | 73 | 66 |
| Binary | 10000010 | 11001111 | 1000011 | 100101 | 0 | 1000100 | 10011 | 1011101 | 111011 | 110110 |
Color Harmonies of #82CF43
Complementary color
Monochromatic Colors of #82CF43
Black with #82CF43
Text Example
Text Example
White with #82CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF43; }
p { color: rgb(130,207,67); }
H1.HeaderClassName
{
color: #82CF43;
}
.AnyTagClassName
{
color: #82CF43;
}
</style>
background-color css
<style>
a { background-color: #82CF43; }
a { background-color: rgb(130,207,67); }
div.DivClassName
{
background-color: #82CF43;
}
.BgClassName
{
background-color: #82CF43;
}
</style>
border-color css
<style>
span { border-color: #82CF43; }
span { border-color: rgb(130,207,67); }
td.TdClassName
{
border-color: #82CF43;
}
.TagClassName
{
border-color: #82CF43;
}
</style>