Shades of Mantis #83C744
Tints of Mantis #83C744
RGB
CMYK
RGB Variations
Color information
#83C744 (or 0x83C744) is known color: Mantis. HEX triplet: 83, C7 and 44. RGB value is (131,199,68). Sum of RGB (Red+Green+Blue) = 131+199+68=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #83C744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C744 is #7C38BB. Grayscale: #A4A4A4. Windows color (decimal): -8140988 or 4507523. OLE color: 4507523.
HSL color Cylindrical-coordinate representation of color #83C744: hue angle of 91.15º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83C744 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 68 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.22 |
| HSL | 91.15º | 0.54% | 0.52% | - |
| HSV(B) | 91.15º | 0.66% | 0.78% | - |
| XYZ | 30.83 | 46.09 | 12.74 | - |
| YUV | 163.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 68 | 0.34 | 0 | 0.66 | 0.22 | 91.15 | 0.54 | 0.52 |
| Hex | 83 | C7 | 44 | 22 | 0 | 42 | 16 | 5B | 36 | 34 |
| Octal | 203 | 307 | 104 | 42 | 0 | 102 | 26 | 133 | 66 | 64 |
| Binary | 10000011 | 11000111 | 1000100 | 100010 | 0 | 1000010 | 10110 | 1011011 | 110110 | 110100 |
Color Harmonies of #83C744
Complementary color
Monochromatic Colors of #83C744
Black with #83C744
Text Example
Text Example
White with #83C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C744; }
p { color: rgb(131,199,68); }
H1.HeaderClassName
{
color: #83C744;
}
.AnyTagClassName
{
color: #83C744;
}
</style>
background-color css
<style>
a { background-color: #83C744; }
a { background-color: rgb(131,199,68); }
div.DivClassName
{
background-color: #83C744;
}
.BgClassName
{
background-color: #83C744;
}
</style>
border-color css
<style>
span { border-color: #83C744; }
span { border-color: rgb(131,199,68); }
td.TdClassName
{
border-color: #83C744;
}
.TagClassName
{
border-color: #83C744;
}
</style>