Shades of Mantis #83C258
Tints of Mantis #83C258
RGB
CMYK
RGB Variations
Color information
#83C258 (or 0x83C258) is known color: Mantis. HEX triplet: 83, C2 and 58. RGB value is (131,194,88). Sum of RGB (Red+Green+Blue) = 131+194+88=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #83C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C258 is #7C3DA7. Grayscale: #A3A3A3. Windows color (decimal): -8142248 or 5816963. OLE color: 5816963.
HSL color Cylindrical-coordinate representation of color #83C258: hue angle of 95.66º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83C258 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 194 | 88 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.24 |
| HSL | 95.66º | 0.46% | 0.55% | - |
| HSV(B) | 95.66º | 0.55% | 0.76% | - |
| XYZ | 30.41 | 44.11 | 16.14 | - |
| YUV | 163.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 194 | 88 | 0.32 | 0 | 0.55 | 0.24 | 95.66 | 0.46 | 0.55 |
| Hex | 83 | C2 | 58 | 20 | 0 | 37 | 18 | 60 | 2E | 37 |
| Octal | 203 | 302 | 130 | 40 | 0 | 67 | 30 | 140 | 56 | 67 |
| Binary | 10000011 | 11000010 | 1011000 | 100000 | 0 | 110111 | 11000 | 1100000 | 101110 | 110111 |
Color Harmonies of #83C258
Complementary color
Monochromatic Colors of #83C258
Black with #83C258
Text Example
Text Example
White with #83C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C258; }
p { color: rgb(131,194,88); }
H1.HeaderClassName
{
color: #83C258;
}
.AnyTagClassName
{
color: #83C258;
}
</style>
background-color css
<style>
a { background-color: #83C258; }
a { background-color: rgb(131,194,88); }
div.DivClassName
{
background-color: #83C258;
}
.BgClassName
{
background-color: #83C258;
}
</style>
border-color css
<style>
span { border-color: #83C258; }
span { border-color: rgb(131,194,88); }
td.TdClassName
{
border-color: #83C258;
}
.TagClassName
{
border-color: #83C258;
}
</style>