Shades of Mantis #84CB5B
Tints of Mantis #84CB5B
RGB
CMYK
RGB Variations
Color information
#84CB5B (or 0x84CB5B) is known color: Mantis. HEX triplet: 84, CB and 5B. RGB value is (132,203,91). Sum of RGB (Red+Green+Blue) = 132+203+91=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CB5B is #7B34A4. Grayscale: #A9A9A9. Windows color (decimal): -8074405 or 6015876. OLE color: 6015876.
HSL color Cylindrical-coordinate representation of color #84CB5B: hue angle of 98.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84CB5B is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 203 | 91 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.20 |
| HSL | 98.04º | 0.52% | 0.58% | - |
| HSV(B) | 98.04º | 0.55% | 0.8% | - |
| XYZ | 32.76 | 48.37 | 17.51 | - |
| YUV | 169 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 91 | 0.35 | 0 | 0.55 | 0.20 | 98.04 | 0.52 | 0.58 |
| Hex | 84 | CB | 5B | 23 | 0 | 37 | 14 | 62 | 34 | 3A |
| Octal | 204 | 313 | 133 | 43 | 0 | 67 | 24 | 142 | 64 | 72 |
| Binary | 10000100 | 11001011 | 1011011 | 100011 | 0 | 110111 | 10100 | 1100010 | 110100 | 111010 |
Color Harmonies of #84CB5B
Complementary color
Monochromatic Colors of #84CB5B
Black with #84CB5B
Text Example
Text Example
White with #84CB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CB5B; }
p { color: rgb(132,203,91); }
H1.HeaderClassName
{
color: #84CB5B;
}
.AnyTagClassName
{
color: #84CB5B;
}
</style>
background-color css
<style>
a { background-color: #84CB5B; }
a { background-color: rgb(132,203,91); }
div.DivClassName
{
background-color: #84CB5B;
}
.BgClassName
{
background-color: #84CB5B;
}
</style>
border-color css
<style>
span { border-color: #84CB5B; }
span { border-color: rgb(132,203,91); }
td.TdClassName
{
border-color: #84CB5B;
}
.TagClassName
{
border-color: #84CB5B;
}
</style>