Shades of Mantis #83D248
Tints of Mantis #83D248
RGB
CMYK
RGB Variations
Color information
#83D248 (or 0x83D248) is known color: Mantis. HEX triplet: 83, D2 and 48. RGB value is (131,210,72). Sum of RGB (Red+Green+Blue) = 131+210+72=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #83D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D248 is #7C2DB7. Grayscale: #ABABAB. Windows color (decimal): -8138168 or 4772483. OLE color: 4772483.
HSL color Cylindrical-coordinate representation of color #83D248: hue angle of 94.35º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83D248 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 72 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.18 |
| HSL | 94.35º | 0.61% | 0.55% | - |
| HSV(B) | 94.35º | 0.66% | 0.82% | - |
| XYZ | 33.58 | 51.39 | 14.28 | - |
| YUV | 170.65 | 72.33 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 72 | 0.38 | 0 | 0.66 | 0.18 | 94.35 | 0.61 | 0.55 |
| Hex | 83 | D2 | 48 | 26 | 0 | 42 | 12 | 5E | 3D | 37 |
| Octal | 203 | 322 | 110 | 46 | 0 | 102 | 22 | 136 | 75 | 67 |
| Binary | 10000011 | 11010010 | 1001000 | 100110 | 0 | 1000010 | 10010 | 1011110 | 111101 | 110111 |
Color Harmonies of #83D248
Complementary color
Monochromatic Colors of #83D248
Black with #83D248
Text Example
Text Example
White with #83D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D248; }
p { color: rgb(131,210,72); }
H1.HeaderClassName
{
color: #83D248;
}
.AnyTagClassName
{
color: #83D248;
}
</style>
background-color css
<style>
a { background-color: #83D248; }
a { background-color: rgb(131,210,72); }
div.DivClassName
{
background-color: #83D248;
}
.BgClassName
{
background-color: #83D248;
}
</style>
border-color css
<style>
span { border-color: #83D248; }
span { border-color: rgb(131,210,72); }
td.TdClassName
{
border-color: #83D248;
}
.TagClassName
{
border-color: #83D248;
}
</style>