Shades of Mantis #83ED56
Tints of Mantis #83ED56
RGB
CMYK
RGB Variations
Color information
#83ED56 (or 0x83ED56) is known color: Mantis. HEX triplet: 83, ED and 56. RGB value is (131,237,86). Sum of RGB (Red+Green+Blue) = 131+237+86=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83ED56 is #7C12A9. Grayscale: #BCBCBC. Windows color (decimal): -8131242 or 5696899. OLE color: 5696899.
HSL color Cylindrical-coordinate representation of color #83ED56: hue angle of 102.12º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83ED56 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 86 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.07 |
| HSL | 102.12º | 0.81% | 0.63% | - |
| HSV(B) | 102.12º | 0.64% | 0.93% | - |
| XYZ | 41.32 | 66.07 | 19.38 | - |
| YUV | 188.09 | 70.38 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 86 | 0.45 | 0 | 0.64 | 0.07 | 102.12 | 0.81 | 0.63 |
| Hex | 83 | ED | 56 | 2D | 0 | 40 | 7 | 66 | 51 | 3F |
| Octal | 203 | 355 | 126 | 55 | 0 | 100 | 7 | 146 | 121 | 77 |
| Binary | 10000011 | 11101101 | 1010110 | 101101 | 0 | 1000000 | 111 | 1100110 | 1010001 | 111111 |
Color Harmonies of #83ED56
Complementary color
Monochromatic Colors of #83ED56
Black with #83ED56
Text Example
Text Example
White with #83ED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ED56; }
p { color: rgb(131,237,86); }
H1.HeaderClassName
{
color: #83ED56;
}
.AnyTagClassName
{
color: #83ED56;
}
</style>
background-color css
<style>
a { background-color: #83ED56; }
a { background-color: rgb(131,237,86); }
div.DivClassName
{
background-color: #83ED56;
}
.BgClassName
{
background-color: #83ED56;
}
</style>
border-color css
<style>
span { border-color: #83ED56; }
span { border-color: rgb(131,237,86); }
td.TdClassName
{
border-color: #83ED56;
}
.TagClassName
{
border-color: #83ED56;
}
</style>