Shades of Mantis #83CB4B
Tints of Mantis #83CB4B
RGB
CMYK
RGB Variations
Color information
#83CB4B (or 0x83CB4B) is known color: Mantis. HEX triplet: 83, CB and 4B. RGB value is (131,203,75). Sum of RGB (Red+Green+Blue) = 131+203+75=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB4B is #7C34B4. Grayscale: #A7A7A7. Windows color (decimal): -8139957 or 4967299. OLE color: 4967299.
HSL color Cylindrical-coordinate representation of color #83CB4B: hue angle of 93.75º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83CB4B is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 75 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.20 |
| HSL | 93.75º | 0.55% | 0.55% | - |
| HSV(B) | 93.75º | 0.63% | 0.8% | - |
| XYZ | 31.99 | 48.05 | 14.24 | - |
| YUV | 166.88 | 76.15 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 75 | 0.35 | 0 | 0.63 | 0.20 | 93.75 | 0.55 | 0.55 |
| Hex | 83 | CB | 4B | 23 | 0 | 3F | 14 | 5E | 37 | 37 |
| Octal | 203 | 313 | 113 | 43 | 0 | 77 | 24 | 136 | 67 | 67 |
| Binary | 10000011 | 11001011 | 1001011 | 100011 | 0 | 111111 | 10100 | 1011110 | 110111 | 110111 |
Color Harmonies of #83CB4B
Complementary color
Monochromatic Colors of #83CB4B
Black with #83CB4B
Text Example
Text Example
White with #83CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB4B; }
p { color: rgb(131,203,75); }
H1.HeaderClassName
{
color: #83CB4B;
}
.AnyTagClassName
{
color: #83CB4B;
}
</style>
background-color css
<style>
a { background-color: #83CB4B; }
a { background-color: rgb(131,203,75); }
div.DivClassName
{
background-color: #83CB4B;
}
.BgClassName
{
background-color: #83CB4B;
}
</style>
border-color css
<style>
span { border-color: #83CB4B; }
span { border-color: rgb(131,203,75); }
td.TdClassName
{
border-color: #83CB4B;
}
.TagClassName
{
border-color: #83CB4B;
}
</style>