Shades of Mantis #82BB5C
Tints of Mantis #82BB5C
RGB
CMYK
RGB Variations
Color information
#82BB5C (or 0x82BB5C) is known color: Mantis. HEX triplet: 82, BB and 5C. RGB value is (130,187,92). Sum of RGB (Red+Green+Blue) = 130+187+92=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB5C is #7D44A3. Grayscale: #9F9F9F. Windows color (decimal): -8209572 or 6077314. OLE color: 6077314.
HSL color Cylindrical-coordinate representation of color #82BB5C: hue angle of 96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82BB5C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 92 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.27 |
| HSL | 96º | 0.41% | 0.55% | - |
| HSV(B) | 96º | 0.51% | 0.73% | - |
| XYZ | 28.91 | 41.06 | 16.53 | - |
| YUV | 159.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 92 | 0.30 | 0 | 0.51 | 0.27 | 96 | 0.41 | 0.55 |
| Hex | 82 | BB | 5C | 1E | 0 | 33 | 1B | 60 | 29 | 37 |
| Octal | 202 | 273 | 134 | 36 | 0 | 63 | 33 | 140 | 51 | 67 |
| Binary | 10000010 | 10111011 | 1011100 | 11110 | 0 | 110011 | 11011 | 1100000 | 101001 | 110111 |
Color Harmonies of #82BB5C
Complementary color
Monochromatic Colors of #82BB5C
Black with #82BB5C
Text Example
Text Example
White with #82BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BB5C; }
p { color: rgb(130,187,92); }
H1.HeaderClassName
{
color: #82BB5C;
}
.AnyTagClassName
{
color: #82BB5C;
}
</style>
background-color css
<style>
a { background-color: #82BB5C; }
a { background-color: rgb(130,187,92); }
div.DivClassName
{
background-color: #82BB5C;
}
.BgClassName
{
background-color: #82BB5C;
}
</style>
border-color css
<style>
span { border-color: #82BB5C; }
span { border-color: rgb(130,187,92); }
td.TdClassName
{
border-color: #82BB5C;
}
.TagClassName
{
border-color: #82BB5C;
}
</style>