Shades of Mantis #83DB4A
Tints of Mantis #83DB4A
RGB
CMYK
RGB Variations
Color information
#83DB4A (or 0x83DB4A) is known color: Mantis. HEX triplet: 83, DB and 4A. RGB value is (131,219,74). Sum of RGB (Red+Green+Blue) = 131+219+74=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DB4A is #7C24B5. Grayscale: #B0B0B0. Windows color (decimal): -8135862 or 4905859. OLE color: 4905859.
HSL color Cylindrical-coordinate representation of color #83DB4A: hue angle of 96.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83DB4A is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 74 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.14 |
| HSL | 96.41º | 0.67% | 0.57% | - |
| HSV(B) | 96.41º | 0.66% | 0.86% | - |
| XYZ | 35.93 | 55.98 | 15.39 | - |
| YUV | 176.16 | 70.35 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 74 | 0.40 | 0 | 0.66 | 0.14 | 96.41 | 0.67 | 0.57 |
| Hex | 83 | DB | 4A | 28 | 0 | 42 | E | 60 | 43 | 39 |
| Octal | 203 | 333 | 112 | 50 | 0 | 102 | 16 | 140 | 103 | 71 |
| Binary | 10000011 | 11011011 | 1001010 | 101000 | 0 | 1000010 | 1110 | 1100000 | 1000011 | 111001 |
Color Harmonies of #83DB4A
Complementary color
Monochromatic Colors of #83DB4A
Black with #83DB4A
Text Example
Text Example
White with #83DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB4A; }
p { color: rgb(131,219,74); }
H1.HeaderClassName
{
color: #83DB4A;
}
.AnyTagClassName
{
color: #83DB4A;
}
</style>
background-color css
<style>
a { background-color: #83DB4A; }
a { background-color: rgb(131,219,74); }
div.DivClassName
{
background-color: #83DB4A;
}
.BgClassName
{
background-color: #83DB4A;
}
</style>
border-color css
<style>
span { border-color: #83DB4A; }
span { border-color: rgb(131,219,74); }
td.TdClassName
{
border-color: #83DB4A;
}
.TagClassName
{
border-color: #83DB4A;
}
</style>