Shades of Mantis #83DB55
Tints of Mantis #83DB55
RGB
CMYK
RGB Variations
Color information
#83DB55 (or 0x83DB55) is known color: Mantis. HEX triplet: 83, DB and 55. RGB value is (131,219,85). Sum of RGB (Red+Green+Blue) = 131+219+85=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DB55 is #7C24AA. Grayscale: #B1B1B1. Windows color (decimal): -8135851 or 5626755. OLE color: 5626755.
HSL color Cylindrical-coordinate representation of color #83DB55: hue angle of 99.4º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83DB55 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 85 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.14 |
| HSL | 99.4º | 0.65% | 0.6% | - |
| HSV(B) | 99.4º | 0.61% | 0.86% | - |
| XYZ | 36.33 | 56.14 | 17.52 | - |
| YUV | 177.41 | 75.85 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 85 | 0.40 | 0 | 0.61 | 0.14 | 99.4 | 0.65 | 0.6 |
| Hex | 83 | DB | 55 | 28 | 0 | 3D | E | 63 | 41 | 3C |
| Octal | 203 | 333 | 125 | 50 | 0 | 75 | 16 | 143 | 101 | 74 |
| Binary | 10000011 | 11011011 | 1010101 | 101000 | 0 | 111101 | 1110 | 1100011 | 1000001 | 111100 |
Color Harmonies of #83DB55
Complementary color
Monochromatic Colors of #83DB55
Black with #83DB55
Text Example
Text Example
White with #83DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB55; }
p { color: rgb(131,219,85); }
H1.HeaderClassName
{
color: #83DB55;
}
.AnyTagClassName
{
color: #83DB55;
}
</style>
background-color css
<style>
a { background-color: #83DB55; }
a { background-color: rgb(131,219,85); }
div.DivClassName
{
background-color: #83DB55;
}
.BgClassName
{
background-color: #83DB55;
}
</style>
border-color css
<style>
span { border-color: #83DB55; }
span { border-color: rgb(131,219,85); }
td.TdClassName
{
border-color: #83DB55;
}
.TagClassName
{
border-color: #83DB55;
}
</style>