Shades of Mantis #83C04B
Tints of Mantis #83C04B
RGB
CMYK
RGB Variations
Color information
#83C04B (or 0x83C04B) is known color: Mantis. HEX triplet: 83, C0 and 4B. RGB value is (131,192,75). Sum of RGB (Red+Green+Blue) = 131+192+75=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #83C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C04B is #7C3FB4. Grayscale: #A0A0A0. Windows color (decimal): -8142773 or 4964483. OLE color: 4964483.
HSL color Cylindrical-coordinate representation of color #83C04B: hue angle of 91.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83C04B is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 75 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.25 |
| HSL | 91.28º | 0.48% | 0.52% | - |
| HSV(B) | 91.28º | 0.61% | 0.75% | - |
| XYZ | 29.48 | 43.03 | 13.41 | - |
| YUV | 160.42 | 79.79 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 75 | 0.32 | 0 | 0.61 | 0.25 | 91.28 | 0.48 | 0.52 |
| Hex | 83 | C0 | 4B | 20 | 0 | 3D | 19 | 5B | 30 | 34 |
| Octal | 203 | 300 | 113 | 40 | 0 | 75 | 31 | 133 | 60 | 64 |
| Binary | 10000011 | 11000000 | 1001011 | 100000 | 0 | 111101 | 11001 | 1011011 | 110000 | 110100 |
Color Harmonies of #83C04B
Complementary color
Monochromatic Colors of #83C04B
Black with #83C04B
Text Example
Text Example
White with #83C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C04B; }
p { color: rgb(131,192,75); }
H1.HeaderClassName
{
color: #83C04B;
}
.AnyTagClassName
{
color: #83C04B;
}
</style>
background-color css
<style>
a { background-color: #83C04B; }
a { background-color: rgb(131,192,75); }
div.DivClassName
{
background-color: #83C04B;
}
.BgClassName
{
background-color: #83C04B;
}
</style>
border-color css
<style>
span { border-color: #83C04B; }
span { border-color: rgb(131,192,75); }
td.TdClassName
{
border-color: #83C04B;
}
.TagClassName
{
border-color: #83C04B;
}
</style>