Shades of Mantis #84E65A
Tints of Mantis #84E65A
RGB
CMYK
RGB Variations
Color information
#84E65A (or 0x84E65A) is known color: Mantis. HEX triplet: 84, E6 and 5A. RGB value is (132,230,90). Sum of RGB (Red+Green+Blue) = 132+230+90=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #84E65A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84E65A is #7B19A5. Grayscale: #B9B9B9. Windows color (decimal): -8067494 or 5957252. OLE color: 5957252.
HSL color Cylindrical-coordinate representation of color #84E65A: hue angle of 102º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84E65A is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 90 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.10 |
| HSL | 102º | 0.74% | 0.63% | - |
| HSV(B) | 102º | 0.61% | 0.9% | - |
| XYZ | 39.66 | 62.24 | 19.6 | - |
| YUV | 184.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 90 | 0.43 | 0 | 0.61 | 0.10 | 102 | 0.74 | 0.63 |
| Hex | 84 | E6 | 5A | 2B | 0 | 3D | A | 66 | 4A | 3F |
| Octal | 204 | 346 | 132 | 53 | 0 | 75 | 12 | 146 | 112 | 77 |
| Binary | 10000100 | 11100110 | 1011010 | 101011 | 0 | 111101 | 1010 | 1100110 | 1001010 | 111111 |
Color Harmonies of #84E65A
Complementary color
Monochromatic Colors of #84E65A
Black with #84E65A
Text Example
Text Example
White with #84E65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E65A; }
p { color: rgb(132,230,90); }
H1.HeaderClassName
{
color: #84E65A;
}
.AnyTagClassName
{
color: #84E65A;
}
</style>
background-color css
<style>
a { background-color: #84E65A; }
a { background-color: rgb(132,230,90); }
div.DivClassName
{
background-color: #84E65A;
}
.BgClassName
{
background-color: #84E65A;
}
</style>
border-color css
<style>
span { border-color: #84E65A; }
span { border-color: rgb(132,230,90); }
td.TdClassName
{
border-color: #84E65A;
}
.TagClassName
{
border-color: #84E65A;
}
</style>