Shades of Mantis #82CF4D
Tints of Mantis #82CF4D
RGB
CMYK
RGB Variations
Color information
#82CF4D (or 0x82CF4D) is known color: Mantis. HEX triplet: 82, CF and 4D. RGB value is (130,207,77). Sum of RGB (Red+Green+Blue) = 130+207+77=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF4D is #7D30B2. Grayscale: #A9A9A9. Windows color (decimal): -8204467 or 5099394. OLE color: 5099394.
HSL color Cylindrical-coordinate representation of color #82CF4D: hue angle of 95.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82CF4D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 77 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.19 |
| HSL | 95.54º | 0.58% | 0.56% | - |
| HSV(B) | 95.54º | 0.63% | 0.81% | - |
| XYZ | 32.86 | 49.91 | 14.92 | - |
| YUV | 169.16 | 75.99 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 77 | 0.37 | 0 | 0.63 | 0.19 | 95.54 | 0.58 | 0.56 |
| Hex | 82 | CF | 4D | 25 | 0 | 3F | 13 | 60 | 3A | 38 |
| Octal | 202 | 317 | 115 | 45 | 0 | 77 | 23 | 140 | 72 | 70 |
| Binary | 10000010 | 11001111 | 1001101 | 100101 | 0 | 111111 | 10011 | 1100000 | 111010 | 111000 |
Color Harmonies of #82CF4D
Complementary color
Monochromatic Colors of #82CF4D
Black with #82CF4D
Text Example
Text Example
White with #82CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF4D; }
p { color: rgb(130,207,77); }
H1.HeaderClassName
{
color: #82CF4D;
}
.AnyTagClassName
{
color: #82CF4D;
}
</style>
background-color css
<style>
a { background-color: #82CF4D; }
a { background-color: rgb(130,207,77); }
div.DivClassName
{
background-color: #82CF4D;
}
.BgClassName
{
background-color: #82CF4D;
}
</style>
border-color css
<style>
span { border-color: #82CF4D; }
span { border-color: rgb(130,207,77); }
td.TdClassName
{
border-color: #82CF4D;
}
.TagClassName
{
border-color: #82CF4D;
}
</style>