Shades of Mantis #83BB5C
Tints of Mantis #83BB5C
RGB
CMYK
RGB Variations
Color information
#83BB5C (or 0x83BB5C) is known color: Mantis. HEX triplet: 83, BB and 5C. RGB value is (131,187,92). Sum of RGB (Red+Green+Blue) = 131+187+92=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BB5C is #7C44A3. Grayscale: #9F9F9F. Windows color (decimal): -8144036 or 6077315. OLE color: 6077315.
HSL color Cylindrical-coordinate representation of color #83BB5C: hue angle of 95.37º 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 #83BB5C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 92 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.27 |
| HSL | 95.37º | 0.41% | 0.55% | - |
| HSV(B) | 95.37º | 0.51% | 0.73% | - |
| XYZ | 29.06 | 41.14 | 16.53 | - |
| YUV | 159.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 92 | 0.30 | 0 | 0.51 | 0.27 | 95.37 | 0.41 | 0.55 |
| Hex | 83 | BB | 5C | 1E | 0 | 33 | 1B | 5F | 29 | 37 |
| Octal | 203 | 273 | 134 | 36 | 0 | 63 | 33 | 137 | 51 | 67 |
| Binary | 10000011 | 10111011 | 1011100 | 11110 | 0 | 110011 | 11011 | 1011111 | 101001 | 110111 |
Color Harmonies of #83BB5C
Complementary color
Monochromatic Colors of #83BB5C
Black with #83BB5C
Text Example
Text Example
White with #83BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB5C; }
p { color: rgb(131,187,92); }
H1.HeaderClassName
{
color: #83BB5C;
}
.AnyTagClassName
{
color: #83BB5C;
}
</style>
background-color css
<style>
a { background-color: #83BB5C; }
a { background-color: rgb(131,187,92); }
div.DivClassName
{
background-color: #83BB5C;
}
.BgClassName
{
background-color: #83BB5C;
}
</style>
border-color css
<style>
span { border-color: #83BB5C; }
span { border-color: rgb(131,187,92); }
td.TdClassName
{
border-color: #83BB5C;
}
.TagClassName
{
border-color: #83BB5C;
}
</style>