Shades of Mantis #83DC5A
Tints of Mantis #83DC5A
RGB
CMYK
RGB Variations
Color information
#83DC5A (or 0x83DC5A) is known color: Mantis. HEX triplet: 83, DC and 5A. RGB value is (131,220,90). Sum of RGB (Red+Green+Blue) = 131+220+90=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DC5A is #7C23A5. Grayscale: #B2B2B2. Windows color (decimal): -8135590 or 5954691. OLE color: 5954691.
HSL color Cylindrical-coordinate representation of color #83DC5A: hue angle of 101.08º 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 #83DC5A is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 90 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.14 |
| HSL | 101.08º | 0.65% | 0.61% | - |
| HSV(B) | 101.08º | 0.59% | 0.86% | - |
| XYZ | 36.8 | 56.75 | 18.69 | - |
| YUV | 178.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 90 | 0.40 | 0 | 0.59 | 0.14 | 101.08 | 0.65 | 0.61 |
| Hex | 83 | DC | 5A | 28 | 0 | 3B | E | 65 | 41 | 3D |
| Octal | 203 | 334 | 132 | 50 | 0 | 73 | 16 | 145 | 101 | 75 |
| Binary | 10000011 | 11011100 | 1011010 | 101000 | 0 | 111011 | 1110 | 1100101 | 1000001 | 111101 |
Color Harmonies of #83DC5A
Complementary color
Monochromatic Colors of #83DC5A
Black with #83DC5A
Text Example
Text Example
White with #83DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DC5A; }
p { color: rgb(131,220,90); }
H1.HeaderClassName
{
color: #83DC5A;
}
.AnyTagClassName
{
color: #83DC5A;
}
</style>
background-color css
<style>
a { background-color: #83DC5A; }
a { background-color: rgb(131,220,90); }
div.DivClassName
{
background-color: #83DC5A;
}
.BgClassName
{
background-color: #83DC5A;
}
</style>
border-color css
<style>
span { border-color: #83DC5A; }
span { border-color: rgb(131,220,90); }
td.TdClassName
{
border-color: #83DC5A;
}
.TagClassName
{
border-color: #83DC5A;
}
</style>