Shades of Mantis #84E348
Tints of Mantis #84E348
RGB
CMYK
RGB Variations
Color information
#84E348 (or 0x84E348) is known color: Mantis. HEX triplet: 84, E3 and 48. RGB value is (132,227,72). Sum of RGB (Red+Green+Blue) = 132+227+72=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #84E348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84E348 is #7B1CB7. Grayscale: #B5B5B5. Windows color (decimal): -8068280 or 4776836. OLE color: 4776836.
HSL color Cylindrical-coordinate representation of color #84E348: hue angle of 96.77º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84E348 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 72 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.11 |
| HSL | 96.77º | 0.73% | 0.59% | - |
| HSV(B) | 96.77º | 0.68% | 0.89% | - |
| XYZ | 38.15 | 60.31 | 15.76 | - |
| YUV | 180.93 | 66.53 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 72 | 0.42 | 0 | 0.68 | 0.11 | 96.77 | 0.73 | 0.59 |
| Hex | 84 | E3 | 48 | 2A | 0 | 44 | B | 61 | 49 | 3B |
| Octal | 204 | 343 | 110 | 52 | 0 | 104 | 13 | 141 | 111 | 73 |
| Binary | 10000100 | 11100011 | 1001000 | 101010 | 0 | 1000100 | 1011 | 1100001 | 1001001 | 111011 |
Color Harmonies of #84E348
Complementary color
Monochromatic Colors of #84E348
Black with #84E348
Text Example
Text Example
White with #84E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E348; }
p { color: rgb(132,227,72); }
H1.HeaderClassName
{
color: #84E348;
}
.AnyTagClassName
{
color: #84E348;
}
</style>
background-color css
<style>
a { background-color: #84E348; }
a { background-color: rgb(132,227,72); }
div.DivClassName
{
background-color: #84E348;
}
.BgClassName
{
background-color: #84E348;
}
</style>
border-color css
<style>
span { border-color: #84E348; }
span { border-color: rgb(132,227,72); }
td.TdClassName
{
border-color: #84E348;
}
.TagClassName
{
border-color: #84E348;
}
</style>