Shades of Mantis #83DC5B
Tints of Mantis #83DC5B
RGB
CMYK
RGB Variations
Color information
#83DC5B (or 0x83DC5B) is known color: Mantis. HEX triplet: 83, DC and 5B. RGB value is (131,220,91). Sum of RGB (Red+Green+Blue) = 131+220+91=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DC5B is #7C23A4. Grayscale: #B3B3B3. Windows color (decimal): -8135589 or 6020227. OLE color: 6020227.
HSL color Cylindrical-coordinate representation of color #83DC5B: hue angle of 101.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83DC5B is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 91 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.14 |
| HSL | 101.4º | 0.65% | 0.61% | - |
| HSV(B) | 101.4º | 0.59% | 0.86% | - |
| XYZ | 36.84 | 56.77 | 18.91 | - |
| YUV | 178.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 91 | 0.40 | 0 | 0.59 | 0.14 | 101.4 | 0.65 | 0.61 |
| Hex | 83 | DC | 5B | 28 | 0 | 3B | E | 65 | 41 | 3D |
| Octal | 203 | 334 | 133 | 50 | 0 | 73 | 16 | 145 | 101 | 75 |
| Binary | 10000011 | 11011100 | 1011011 | 101000 | 0 | 111011 | 1110 | 1100101 | 1000001 | 111101 |
Color Harmonies of #83DC5B
Complementary color
Monochromatic Colors of #83DC5B
Black with #83DC5B
Text Example
Text Example
White with #83DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DC5B; }
p { color: rgb(131,220,91); }
H1.HeaderClassName
{
color: #83DC5B;
}
.AnyTagClassName
{
color: #83DC5B;
}
</style>
background-color css
<style>
a { background-color: #83DC5B; }
a { background-color: rgb(131,220,91); }
div.DivClassName
{
background-color: #83DC5B;
}
.BgClassName
{
background-color: #83DC5B;
}
</style>
border-color css
<style>
span { border-color: #83DC5B; }
span { border-color: rgb(131,220,91); }
td.TdClassName
{
border-color: #83DC5B;
}
.TagClassName
{
border-color: #83DC5B;
}
</style>