Shades of Mantis #83E75B
Tints of Mantis #83E75B
RGB
CMYK
RGB Variations
Color information
#83E75B (or 0x83E75B) is known color: Mantis. HEX triplet: 83, E7 and 5B. RGB value is (131,231,91). Sum of RGB (Red+Green+Blue) = 131+231+91=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #83E75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83E75B is #7C18A4. Grayscale: #B9B9B9. Windows color (decimal): -8132773 or 6023043. OLE color: 6023043.
HSL color Cylindrical-coordinate representation of color #83E75B: hue angle of 102.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83E75B is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 231 | 91 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.09 |
| HSL | 102.86º | 0.74% | 0.63% | - |
| HSV(B) | 102.86º | 0.61% | 0.91% | - |
| XYZ | 39.82 | 62.73 | 19.91 | - |
| YUV | 185.14 | 74.87 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 231 | 91 | 0.43 | 0 | 0.61 | 0.09 | 102.86 | 0.74 | 0.63 |
| Hex | 83 | E7 | 5B | 2B | 0 | 3D | 9 | 67 | 4A | 3F |
| Octal | 203 | 347 | 133 | 53 | 0 | 75 | 11 | 147 | 112 | 77 |
| Binary | 10000011 | 11100111 | 1011011 | 101011 | 0 | 111101 | 1001 | 1100111 | 1001010 | 111111 |
Color Harmonies of #83E75B
Complementary color
Monochromatic Colors of #83E75B
Black with #83E75B
Text Example
Text Example
White with #83E75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E75B; }
p { color: rgb(131,231,91); }
H1.HeaderClassName
{
color: #83E75B;
}
.AnyTagClassName
{
color: #83E75B;
}
</style>
background-color css
<style>
a { background-color: #83E75B; }
a { background-color: rgb(131,231,91); }
div.DivClassName
{
background-color: #83E75B;
}
.BgClassName
{
background-color: #83E75B;
}
</style>
border-color css
<style>
span { border-color: #83E75B; }
span { border-color: rgb(131,231,91); }
td.TdClassName
{
border-color: #83E75B;
}
.TagClassName
{
border-color: #83E75B;
}
</style>