Shades of Mantis #83D258
Tints of Mantis #83D258
RGB
CMYK
RGB Variations
Color information
#83D258 (or 0x83D258) is known color: Mantis. HEX triplet: 83, D2 and 58. RGB value is (131,210,88). Sum of RGB (Red+Green+Blue) = 131+210+88=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #83D258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D258 is #7C2DA7. Grayscale: #ACACAC. Windows color (decimal): -8138152 or 5821059. OLE color: 5821059.
HSL color Cylindrical-coordinate representation of color #83D258: hue angle of 98.85º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83D258 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 88 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.18 |
| HSL | 98.85º | 0.58% | 0.58% | - |
| HSV(B) | 98.85º | 0.58% | 0.82% | - |
| XYZ | 34.17 | 51.62 | 17.4 | - |
| YUV | 172.47 | 80.33 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 88 | 0.38 | 0 | 0.58 | 0.18 | 98.85 | 0.58 | 0.58 |
| Hex | 83 | D2 | 58 | 26 | 0 | 3A | 12 | 63 | 3A | 3A |
| Octal | 203 | 322 | 130 | 46 | 0 | 72 | 22 | 143 | 72 | 72 |
| Binary | 10000011 | 11010010 | 1011000 | 100110 | 0 | 111010 | 10010 | 1100011 | 111010 | 111010 |
Color Harmonies of #83D258
Complementary color
Monochromatic Colors of #83D258
Black with #83D258
Text Example
Text Example
White with #83D258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D258; }
p { color: rgb(131,210,88); }
H1.HeaderClassName
{
color: #83D258;
}
.AnyTagClassName
{
color: #83D258;
}
</style>
background-color css
<style>
a { background-color: #83D258; }
a { background-color: rgb(131,210,88); }
div.DivClassName
{
background-color: #83D258;
}
.BgClassName
{
background-color: #83D258;
}
</style>
border-color css
<style>
span { border-color: #83D258; }
span { border-color: rgb(131,210,88); }
td.TdClassName
{
border-color: #83D258;
}
.TagClassName
{
border-color: #83D258;
}
</style>