Shades of Mantis #83CA54
Tints of Mantis #83CA54
RGB
CMYK
RGB Variations
Color information
#83CA54 (or 0x83CA54) is known color: Mantis. HEX triplet: 83, CA and 54. RGB value is (131,202,84). Sum of RGB (Red+Green+Blue) = 131+202+84=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CA54 is #7C35AB. Grayscale: #A7A7A7. Windows color (decimal): -8140204 or 5556867. OLE color: 5556867.
HSL color Cylindrical-coordinate representation of color #83CA54: hue angle of 96.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83CA54 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 84 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.21 |
| HSL | 96.1º | 0.53% | 0.56% | - |
| HSV(B) | 96.1º | 0.58% | 0.79% | - |
| XYZ | 32.08 | 47.71 | 15.9 | - |
| YUV | 167.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 84 | 0.35 | 0 | 0.58 | 0.21 | 96.1 | 0.53 | 0.56 |
| Hex | 83 | CA | 54 | 23 | 0 | 3A | 15 | 60 | 35 | 38 |
| Octal | 203 | 312 | 124 | 43 | 0 | 72 | 25 | 140 | 65 | 70 |
| Binary | 10000011 | 11001010 | 1010100 | 100011 | 0 | 111010 | 10101 | 1100000 | 110101 | 111000 |
Color Harmonies of #83CA54
Complementary color
Monochromatic Colors of #83CA54
Black with #83CA54
Text Example
Text Example
White with #83CA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA54; }
p { color: rgb(131,202,84); }
H1.HeaderClassName
{
color: #83CA54;
}
.AnyTagClassName
{
color: #83CA54;
}
</style>
background-color css
<style>
a { background-color: #83CA54; }
a { background-color: rgb(131,202,84); }
div.DivClassName
{
background-color: #83CA54;
}
.BgClassName
{
background-color: #83CA54;
}
</style>
border-color css
<style>
span { border-color: #83CA54; }
span { border-color: rgb(131,202,84); }
td.TdClassName
{
border-color: #83CA54;
}
.TagClassName
{
border-color: #83CA54;
}
</style>