Shades of Mantis #83DD58
Tints of Mantis #83DD58
RGB
CMYK
RGB Variations
Color information
#83DD58 (or 0x83DD58) is known color: Mantis. HEX triplet: 83, DD and 58. RGB value is (131,221,88). Sum of RGB (Red+Green+Blue) = 131+221+88=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DD58 is #7C22A7. Grayscale: #B3B3B3. Windows color (decimal): -8135336 or 5823875. OLE color: 5823875.
HSL color Cylindrical-coordinate representation of color #83DD58: hue angle of 100.6º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83DD58 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 88 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.13 |
| HSL | 100.6º | 0.66% | 0.61% | - |
| HSV(B) | 100.6º | 0.6% | 0.87% | - |
| XYZ | 36.98 | 57.24 | 18.33 | - |
| YUV | 178.93 | 76.68 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 88 | 0.41 | 0 | 0.60 | 0.13 | 100.6 | 0.66 | 0.61 |
| Hex | 83 | DD | 58 | 29 | 0 | 3C | D | 65 | 42 | 3D |
| Octal | 203 | 335 | 130 | 51 | 0 | 74 | 15 | 145 | 102 | 75 |
| Binary | 10000011 | 11011101 | 1011000 | 101001 | 0 | 111100 | 1101 | 1100101 | 1000010 | 111101 |
Color Harmonies of #83DD58
Complementary color
Monochromatic Colors of #83DD58
Black with #83DD58
Text Example
Text Example
White with #83DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD58; }
p { color: rgb(131,221,88); }
H1.HeaderClassName
{
color: #83DD58;
}
.AnyTagClassName
{
color: #83DD58;
}
</style>
background-color css
<style>
a { background-color: #83DD58; }
a { background-color: rgb(131,221,88); }
div.DivClassName
{
background-color: #83DD58;
}
.BgClassName
{
background-color: #83DD58;
}
</style>
border-color css
<style>
span { border-color: #83DD58; }
span { border-color: rgb(131,221,88); }
td.TdClassName
{
border-color: #83DD58;
}
.TagClassName
{
border-color: #83DD58;
}
</style>