Shades of Mantis #82CF6E
Tints of Mantis #82CF6E
RGB
CMYK
RGB Variations
Color information
#82CF6E (or 0x82CF6E) is known color: Mantis. HEX triplet: 82, CF and 6E. RGB value is (130,207,110). Sum of RGB (Red+Green+Blue) = 130+207+110=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF6E is #7D3091. Grayscale: #ADADAD. Windows color (decimal): -8204434 or 7262082. OLE color: 7262082.
HSL color Cylindrical-coordinate representation of color #82CF6E: hue angle of 107.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82CF6E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 110 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.19 |
| HSL | 107.63º | 0.5% | 0.62% | - |
| HSV(B) | 107.63º | 0.47% | 0.81% | - |
| XYZ | 34.33 | 50.5 | 22.69 | - |
| YUV | 172.92 | 92.49 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 110 | 0.37 | 0 | 0.47 | 0.19 | 107.63 | 0.5 | 0.62 |
| Hex | 82 | CF | 6E | 25 | 0 | 2F | 13 | 6C | 32 | 3E |
| Octal | 202 | 317 | 156 | 45 | 0 | 57 | 23 | 154 | 62 | 76 |
| Binary | 10000010 | 11001111 | 1101110 | 100101 | 0 | 101111 | 10011 | 1101100 | 110010 | 111110 |
Color Harmonies of #82CF6E
Complementary color
Monochromatic Colors of #82CF6E
Black with #82CF6E
Text Example
Text Example
White with #82CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF6E; }
p { color: rgb(130,207,110); }
H1.HeaderClassName
{
color: #82CF6E;
}
.AnyTagClassName
{
color: #82CF6E;
}
</style>
background-color css
<style>
a { background-color: #82CF6E; }
a { background-color: rgb(130,207,110); }
div.DivClassName
{
background-color: #82CF6E;
}
.BgClassName
{
background-color: #82CF6E;
}
</style>
border-color css
<style>
span { border-color: #82CF6E; }
span { border-color: rgb(130,207,110); }
td.TdClassName
{
border-color: #82CF6E;
}
.TagClassName
{
border-color: #82CF6E;
}
</style>