Shades of Mantis #83CB4F
Tints of Mantis #83CB4F
RGB
CMYK
RGB Variations
Color information
#83CB4F (or 0x83CB4F) is known color: Mantis. HEX triplet: 83, CB and 4F. RGB value is (131,203,79). Sum of RGB (Red+Green+Blue) = 131+203+79=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CB4F is #7C34B0. Grayscale: #A7A7A7. Windows color (decimal): -8139953 or 5229443. OLE color: 5229443.
HSL color Cylindrical-coordinate representation of color #83CB4F: hue angle of 94.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83CB4F is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 79 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.20 |
| HSL | 94.84º | 0.54% | 0.55% | - |
| HSV(B) | 94.84º | 0.61% | 0.8% | - |
| XYZ | 32.13 | 48.1 | 14.99 | - |
| YUV | 167.34 | 78.15 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 79 | 0.35 | 0 | 0.61 | 0.20 | 94.84 | 0.54 | 0.55 |
| Hex | 83 | CB | 4F | 23 | 0 | 3D | 14 | 5F | 36 | 37 |
| Octal | 203 | 313 | 117 | 43 | 0 | 75 | 24 | 137 | 66 | 67 |
| Binary | 10000011 | 11001011 | 1001111 | 100011 | 0 | 111101 | 10100 | 1011111 | 110110 | 110111 |
Color Harmonies of #83CB4F
Complementary color
Monochromatic Colors of #83CB4F
Black with #83CB4F
Text Example
Text Example
White with #83CB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB4F; }
p { color: rgb(131,203,79); }
H1.HeaderClassName
{
color: #83CB4F;
}
.AnyTagClassName
{
color: #83CB4F;
}
</style>
background-color css
<style>
a { background-color: #83CB4F; }
a { background-color: rgb(131,203,79); }
div.DivClassName
{
background-color: #83CB4F;
}
.BgClassName
{
background-color: #83CB4F;
}
</style>
border-color css
<style>
span { border-color: #83CB4F; }
span { border-color: rgb(131,203,79); }
td.TdClassName
{
border-color: #83CB4F;
}
.TagClassName
{
border-color: #83CB4F;
}
</style>