Shades of Mantis #83C74B
Tints of Mantis #83C74B
RGB
CMYK
RGB Variations
Color information
#83C74B (or 0x83C74B) is known color: Mantis. HEX triplet: 83, C7 and 4B. RGB value is (131,199,75). Sum of RGB (Red+Green+Blue) = 131+199+75=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #83C74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C74B is #7C38B4. Grayscale: #A4A4A4. Windows color (decimal): -8140981 or 4966275. OLE color: 4966275.
HSL color Cylindrical-coordinate representation of color #83C74B: hue angle of 92.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83C74B is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 75 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.22 |
| HSL | 92.9º | 0.53% | 0.54% | - |
| HSV(B) | 92.9º | 0.62% | 0.78% | - |
| XYZ | 31.05 | 46.18 | 13.93 | - |
| YUV | 164.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 75 | 0.34 | 0 | 0.62 | 0.22 | 92.9 | 0.53 | 0.54 |
| Hex | 83 | C7 | 4B | 22 | 0 | 3E | 16 | 5D | 35 | 36 |
| Octal | 203 | 307 | 113 | 42 | 0 | 76 | 26 | 135 | 65 | 66 |
| Binary | 10000011 | 11000111 | 1001011 | 100010 | 0 | 111110 | 10110 | 1011101 | 110101 | 110110 |
Color Harmonies of #83C74B
Complementary color
Monochromatic Colors of #83C74B
Black with #83C74B
Text Example
Text Example
White with #83C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C74B; }
p { color: rgb(131,199,75); }
H1.HeaderClassName
{
color: #83C74B;
}
.AnyTagClassName
{
color: #83C74B;
}
</style>
background-color css
<style>
a { background-color: #83C74B; }
a { background-color: rgb(131,199,75); }
div.DivClassName
{
background-color: #83C74B;
}
.BgClassName
{
background-color: #83C74B;
}
</style>
border-color css
<style>
span { border-color: #83C74B; }
span { border-color: rgb(131,199,75); }
td.TdClassName
{
border-color: #83C74B;
}
.TagClassName
{
border-color: #83C74B;
}
</style>