Shades of Mantis #83EB4C
Tints of Mantis #83EB4C
RGB
CMYK
RGB Variations
Color information
#83EB4C (or 0x83EB4C) is known color: Mantis. HEX triplet: 83, EB and 4C. RGB value is (131,235,76). Sum of RGB (Red+Green+Blue) = 131+235+76=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #83EB4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EB4C is #7C14B3. Grayscale: #BABABA. Windows color (decimal): -8131764 or 5041027. OLE color: 5041027.
HSL color Cylindrical-coordinate representation of color #83EB4C: hue angle of 99.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83EB4C is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 235 | 76 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.08 |
| HSL | 99.25º | 0.8% | 0.61% | - |
| HSV(B) | 99.25º | 0.68% | 0.92% | - |
| XYZ | 40.37 | 64.76 | 17.21 | - |
| YUV | 185.78 | 66.04 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 235 | 76 | 0.44 | 0 | 0.68 | 0.08 | 99.25 | 0.8 | 0.61 |
| Hex | 83 | EB | 4C | 2C | 0 | 44 | 8 | 63 | 50 | 3D |
| Octal | 203 | 353 | 114 | 54 | 0 | 104 | 10 | 143 | 120 | 75 |
| Binary | 10000011 | 11101011 | 1001100 | 101100 | 0 | 1000100 | 1000 | 1100011 | 1010000 | 111101 |
Color Harmonies of #83EB4C
Complementary color
Monochromatic Colors of #83EB4C
Black with #83EB4C
Text Example
Text Example
White with #83EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EB4C; }
p { color: rgb(131,235,76); }
H1.HeaderClassName
{
color: #83EB4C;
}
.AnyTagClassName
{
color: #83EB4C;
}
</style>
background-color css
<style>
a { background-color: #83EB4C; }
a { background-color: rgb(131,235,76); }
div.DivClassName
{
background-color: #83EB4C;
}
.BgClassName
{
background-color: #83EB4C;
}
</style>
border-color css
<style>
span { border-color: #83EB4C; }
span { border-color: rgb(131,235,76); }
td.TdClassName
{
border-color: #83EB4C;
}
.TagClassName
{
border-color: #83EB4C;
}
</style>