Shades of Mantis #83DB50
Tints of Mantis #83DB50
RGB
CMYK
RGB Variations
Color information
#83DB50 (or 0x83DB50) is known color: Mantis. HEX triplet: 83, DB and 50. RGB value is (131,219,80). Sum of RGB (Red+Green+Blue) = 131+219+80=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DB50 is #7C24AF. Grayscale: #B1B1B1. Windows color (decimal): -8135856 or 5299075. OLE color: 5299075.
HSL color Cylindrical-coordinate representation of color #83DB50: hue angle of 97.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83DB50 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 80 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.14 |
| HSL | 97.99º | 0.66% | 0.59% | - |
| HSV(B) | 97.99º | 0.63% | 0.86% | - |
| XYZ | 36.14 | 56.07 | 16.51 | - |
| YUV | 176.84 | 73.35 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 80 | 0.40 | 0 | 0.63 | 0.14 | 97.99 | 0.66 | 0.59 |
| Hex | 83 | DB | 50 | 28 | 0 | 3F | E | 62 | 42 | 3B |
| Octal | 203 | 333 | 120 | 50 | 0 | 77 | 16 | 142 | 102 | 73 |
| Binary | 10000011 | 11011011 | 1010000 | 101000 | 0 | 111111 | 1110 | 1100010 | 1000010 | 111011 |
Color Harmonies of #83DB50
Complementary color
Monochromatic Colors of #83DB50
Black with #83DB50
Text Example
Text Example
White with #83DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB50; }
p { color: rgb(131,219,80); }
H1.HeaderClassName
{
color: #83DB50;
}
.AnyTagClassName
{
color: #83DB50;
}
</style>
background-color css
<style>
a { background-color: #83DB50; }
a { background-color: rgb(131,219,80); }
div.DivClassName
{
background-color: #83DB50;
}
.BgClassName
{
background-color: #83DB50;
}
</style>
border-color css
<style>
span { border-color: #83DB50; }
span { border-color: rgb(131,219,80); }
td.TdClassName
{
border-color: #83DB50;
}
.TagClassName
{
border-color: #83DB50;
}
</style>