Shades of Mantis #83ED54
Tints of Mantis #83ED54
RGB
CMYK
RGB Variations
Color information
#83ED54 (or 0x83ED54) is known color: Mantis. HEX triplet: 83, ED and 54. RGB value is (131,237,84). Sum of RGB (Red+Green+Blue) = 131+237+84=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83ED54 is #7C12AB. Grayscale: #BCBCBC. Windows color (decimal): -8131244 or 5565827. OLE color: 5565827.
HSL color Cylindrical-coordinate representation of color #83ED54: hue angle of 101.57º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83ED54 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 84 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.07 |
| HSL | 101.57º | 0.81% | 0.63% | - |
| HSV(B) | 101.57º | 0.65% | 0.93% | - |
| XYZ | 41.24 | 66.03 | 18.96 | - |
| YUV | 187.86 | 69.38 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 84 | 0.45 | 0 | 0.65 | 0.07 | 101.57 | 0.81 | 0.63 |
| Hex | 83 | ED | 54 | 2D | 0 | 41 | 7 | 66 | 51 | 3F |
| Octal | 203 | 355 | 124 | 55 | 0 | 101 | 7 | 146 | 121 | 77 |
| Binary | 10000011 | 11101101 | 1010100 | 101101 | 0 | 1000001 | 111 | 1100110 | 1010001 | 111111 |
Color Harmonies of #83ED54
Complementary color
Monochromatic Colors of #83ED54
Black with #83ED54
Text Example
Text Example
White with #83ED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ED54; }
p { color: rgb(131,237,84); }
H1.HeaderClassName
{
color: #83ED54;
}
.AnyTagClassName
{
color: #83ED54;
}
</style>
background-color css
<style>
a { background-color: #83ED54; }
a { background-color: rgb(131,237,84); }
div.DivClassName
{
background-color: #83ED54;
}
.BgClassName
{
background-color: #83ED54;
}
</style>
border-color css
<style>
span { border-color: #83ED54; }
span { border-color: rgb(131,237,84); }
td.TdClassName
{
border-color: #83ED54;
}
.TagClassName
{
border-color: #83ED54;
}
</style>