Shades of Mantis #83CB45
Tints of Mantis #83CB45
RGB
CMYK
RGB Variations
Color information
#83CB45 (or 0x83CB45) is known color: Mantis. HEX triplet: 83, CB and 45. RGB value is (131,203,69). Sum of RGB (Red+Green+Blue) = 131+203+69=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB45 is #7C34BA. Grayscale: #A6A6A6. Windows color (decimal): -8139963 or 4574083. OLE color: 4574083.
HSL color Cylindrical-coordinate representation of color #83CB45: hue angle of 92.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83CB45 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 69 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.20 |
| HSL | 92.24º | 0.56% | 0.53% | - |
| HSV(B) | 92.24º | 0.66% | 0.8% | - |
| XYZ | 31.79 | 47.97 | 13.21 | - |
| YUV | 166.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 69 | 0.35 | 0 | 0.66 | 0.20 | 92.24 | 0.56 | 0.53 |
| Hex | 83 | CB | 45 | 23 | 0 | 42 | 14 | 5C | 38 | 35 |
| Octal | 203 | 313 | 105 | 43 | 0 | 102 | 24 | 134 | 70 | 65 |
| Binary | 10000011 | 11001011 | 1000101 | 100011 | 0 | 1000010 | 10100 | 1011100 | 111000 | 110101 |
Color Harmonies of #83CB45
Complementary color
Monochromatic Colors of #83CB45
Black with #83CB45
Text Example
Text Example
White with #83CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB45; }
p { color: rgb(131,203,69); }
H1.HeaderClassName
{
color: #83CB45;
}
.AnyTagClassName
{
color: #83CB45;
}
</style>
background-color css
<style>
a { background-color: #83CB45; }
a { background-color: rgb(131,203,69); }
div.DivClassName
{
background-color: #83CB45;
}
.BgClassName
{
background-color: #83CB45;
}
</style>
border-color css
<style>
span { border-color: #83CB45; }
span { border-color: rgb(131,203,69); }
td.TdClassName
{
border-color: #83CB45;
}
.TagClassName
{
border-color: #83CB45;
}
</style>