Shades of Mantis #84DC5A
Tints of Mantis #84DC5A
RGB
CMYK
RGB Variations
Color information
#84DC5A (or 0x84DC5A) is known color: Mantis. HEX triplet: 84, DC and 5A. RGB value is (132,220,90). Sum of RGB (Red+Green+Blue) = 132+220+90=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #84DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DC5A is #7B23A5. Grayscale: #B3B3B3. Windows color (decimal): -8070054 or 5954692. OLE color: 5954692.
HSL color Cylindrical-coordinate representation of color #84DC5A: hue angle of 100.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84DC5A is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 90 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.14 |
| HSL | 100.62º | 0.65% | 0.61% | - |
| HSV(B) | 100.62º | 0.59% | 0.86% | - |
| XYZ | 36.95 | 56.83 | 18.69 | - |
| YUV | 178.87 | 77.85 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 90 | 0.40 | 0 | 0.59 | 0.14 | 100.62 | 0.65 | 0.61 |
| Hex | 84 | DC | 5A | 28 | 0 | 3B | E | 65 | 41 | 3D |
| Octal | 204 | 334 | 132 | 50 | 0 | 73 | 16 | 145 | 101 | 75 |
| Binary | 10000100 | 11011100 | 1011010 | 101000 | 0 | 111011 | 1110 | 1100101 | 1000001 | 111101 |
Color Harmonies of #84DC5A
Complementary color
Monochromatic Colors of #84DC5A
Black with #84DC5A
Text Example
Text Example
White with #84DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DC5A; }
p { color: rgb(132,220,90); }
H1.HeaderClassName
{
color: #84DC5A;
}
.AnyTagClassName
{
color: #84DC5A;
}
</style>
background-color css
<style>
a { background-color: #84DC5A; }
a { background-color: rgb(132,220,90); }
div.DivClassName
{
background-color: #84DC5A;
}
.BgClassName
{
background-color: #84DC5A;
}
</style>
border-color css
<style>
span { border-color: #84DC5A; }
span { border-color: rgb(132,220,90); }
td.TdClassName
{
border-color: #84DC5A;
}
.TagClassName
{
border-color: #84DC5A;
}
</style>