Shades of Mantis #83BE44
Tints of Mantis #83BE44
RGB
CMYK
RGB Variations
Color information
#83BE44 (or 0x83BE44) is known color: Mantis. HEX triplet: 83, BE and 44. RGB value is (131,190,68). Sum of RGB (Red+Green+Blue) = 131+190+68=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BE44 is #7C41BB. Grayscale: #9E9E9E. Windows color (decimal): -8143292 or 4505219. OLE color: 4505219.
HSL color Cylindrical-coordinate representation of color #83BE44: hue angle of 89.02º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83BE44 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 190 | 68 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.25 |
| HSL | 89.02º | 0.48% | 0.51% | - |
| HSV(B) | 89.02º | 0.64% | 0.75% | - |
| XYZ | 28.82 | 42.07 | 12.07 | - |
| YUV | 158.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 68 | 0.31 | 0 | 0.64 | 0.25 | 89.02 | 0.48 | 0.51 |
| Hex | 83 | BE | 44 | 1F | 0 | 40 | 19 | 59 | 30 | 33 |
| Octal | 203 | 276 | 104 | 37 | 0 | 100 | 31 | 131 | 60 | 63 |
| Binary | 10000011 | 10111110 | 1000100 | 11111 | 0 | 1000000 | 11001 | 1011001 | 110000 | 110011 |
Color Harmonies of #83BE44
Complementary color
Monochromatic Colors of #83BE44
Black with #83BE44
Text Example
Text Example
White with #83BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BE44; }
p { color: rgb(131,190,68); }
H1.HeaderClassName
{
color: #83BE44;
}
.AnyTagClassName
{
color: #83BE44;
}
</style>
background-color css
<style>
a { background-color: #83BE44; }
a { background-color: rgb(131,190,68); }
div.DivClassName
{
background-color: #83BE44;
}
.BgClassName
{
background-color: #83BE44;
}
</style>
border-color css
<style>
span { border-color: #83BE44; }
span { border-color: rgb(131,190,68); }
td.TdClassName
{
border-color: #83BE44;
}
.TagClassName
{
border-color: #83BE44;
}
</style>