Shades of Mantis #84CC4A
Tints of Mantis #84CC4A
RGB
CMYK
RGB Variations
Color information
#84CC4A (or 0x84CC4A) is known color: Mantis. HEX triplet: 84, CC and 4A. RGB value is (132,204,74). Sum of RGB (Red+Green+Blue) = 132+204+74=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CC4A is #7B33B5. Grayscale: #A8A8A8. Windows color (decimal): -8074166 or 4902020. OLE color: 4902020.
HSL color Cylindrical-coordinate representation of color #84CC4A: hue angle of 93.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84CC4A is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 74 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.2 |
| HSL | 93.23º | 0.56% | 0.55% | - |
| HSV(B) | 93.23º | 0.64% | 0.8% | - |
| XYZ | 32.34 | 48.59 | 14.15 | - |
| YUV | 167.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 74 | 0.35 | 0 | 0.64 | 0.2 | 93.23 | 0.56 | 0.55 |
| Hex | 84 | CC | 4A | 23 | 0 | 40 | 14 | 5D | 38 | 37 |
| Octal | 204 | 314 | 112 | 43 | 0 | 100 | 24 | 135 | 70 | 67 |
| Binary | 10000100 | 11001100 | 1001010 | 100011 | 0 | 1000000 | 10100 | 1011101 | 111000 | 110111 |
Color Harmonies of #84CC4A
Complementary color
Monochromatic Colors of #84CC4A
Black with #84CC4A
Text Example
Text Example
White with #84CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CC4A; }
p { color: rgb(132,204,74); }
H1.HeaderClassName
{
color: #84CC4A;
}
.AnyTagClassName
{
color: #84CC4A;
}
</style>
background-color css
<style>
a { background-color: #84CC4A; }
a { background-color: rgb(132,204,74); }
div.DivClassName
{
background-color: #84CC4A;
}
.BgClassName
{
background-color: #84CC4A;
}
</style>
border-color css
<style>
span { border-color: #84CC4A; }
span { border-color: rgb(132,204,74); }
td.TdClassName
{
border-color: #84CC4A;
}
.TagClassName
{
border-color: #84CC4A;
}
</style>