Shades of Mantis #83CA45
Tints of Mantis #83CA45
RGB
CMYK
RGB Variations
Color information
#83CA45 (or 0x83CA45) is known color: Mantis. HEX triplet: 83, CA and 45. RGB value is (131,202,69). Sum of RGB (Red+Green+Blue) = 131+202+69=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CA45 is #7C35BA. Grayscale: #A6A6A6. Windows color (decimal): -8140219 or 4573827. OLE color: 4573827.
HSL color Cylindrical-coordinate representation of color #83CA45: hue angle of 92.03º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83CA45 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 69 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.21 |
| HSL | 92.03º | 0.56% | 0.53% | - |
| HSV(B) | 92.03º | 0.66% | 0.79% | - |
| XYZ | 31.55 | 47.5 | 13.13 | - |
| YUV | 165.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 69 | 0.35 | 0 | 0.66 | 0.21 | 92.03 | 0.56 | 0.53 |
| Hex | 83 | CA | 45 | 23 | 0 | 42 | 15 | 5C | 38 | 35 |
| Octal | 203 | 312 | 105 | 43 | 0 | 102 | 25 | 134 | 70 | 65 |
| Binary | 10000011 | 11001010 | 1000101 | 100011 | 0 | 1000010 | 10101 | 1011100 | 111000 | 110101 |
Color Harmonies of #83CA45
Complementary color
Monochromatic Colors of #83CA45
Black with #83CA45
Text Example
Text Example
White with #83CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA45; }
p { color: rgb(131,202,69); }
H1.HeaderClassName
{
color: #83CA45;
}
.AnyTagClassName
{
color: #83CA45;
}
</style>
background-color css
<style>
a { background-color: #83CA45; }
a { background-color: rgb(131,202,69); }
div.DivClassName
{
background-color: #83CA45;
}
.BgClassName
{
background-color: #83CA45;
}
</style>
border-color css
<style>
span { border-color: #83CA45; }
span { border-color: rgb(131,202,69); }
td.TdClassName
{
border-color: #83CA45;
}
.TagClassName
{
border-color: #83CA45;
}
</style>