Shades of Mantis #84DA5A
Tints of Mantis #84DA5A
RGB
CMYK
RGB Variations
Color information
#84DA5A (or 0x84DA5A) is known color: Mantis. HEX triplet: 84, DA and 5A. RGB value is (132,218,90). Sum of RGB (Red+Green+Blue) = 132+218+90=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DA5A is #7B25A5. Grayscale: #B2B2B2. Windows color (decimal): -8070566 or 5954180. OLE color: 5954180.
HSL color Cylindrical-coordinate representation of color #84DA5A: hue angle of 100.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84DA5A is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 90 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.15 |
| HSL | 100.31º | 0.63% | 0.6% | - |
| HSV(B) | 100.31º | 0.59% | 0.85% | - |
| XYZ | 36.43 | 55.79 | 18.52 | - |
| YUV | 177.69 | 78.51 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 90 | 0.39 | 0 | 0.59 | 0.15 | 100.31 | 0.63 | 0.6 |
| Hex | 84 | DA | 5A | 27 | 0 | 3B | F | 64 | 3F | 3C |
| Octal | 204 | 332 | 132 | 47 | 0 | 73 | 17 | 144 | 77 | 74 |
| Binary | 10000100 | 11011010 | 1011010 | 100111 | 0 | 111011 | 1111 | 1100100 | 111111 | 111100 |
Color Harmonies of #84DA5A
Complementary color
Monochromatic Colors of #84DA5A
Black with #84DA5A
Text Example
Text Example
White with #84DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DA5A; }
p { color: rgb(132,218,90); }
H1.HeaderClassName
{
color: #84DA5A;
}
.AnyTagClassName
{
color: #84DA5A;
}
</style>
background-color css
<style>
a { background-color: #84DA5A; }
a { background-color: rgb(132,218,90); }
div.DivClassName
{
background-color: #84DA5A;
}
.BgClassName
{
background-color: #84DA5A;
}
</style>
border-color css
<style>
span { border-color: #84DA5A; }
span { border-color: rgb(132,218,90); }
td.TdClassName
{
border-color: #84DA5A;
}
.TagClassName
{
border-color: #84DA5A;
}
</style>