Shades of Mantis #84EA4A
Tints of Mantis #84EA4A
RGB
CMYK
RGB Variations
Color information
#84EA4A (or 0x84EA4A) is known color: Mantis. HEX triplet: 84, EA and 4A. RGB value is (132,234,74). Sum of RGB (Red+Green+Blue) = 132+234+74=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #84EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EA4A is #7B15B5. Grayscale: #B9B9B9. Windows color (decimal): -8066486 or 4909700. OLE color: 4909700.
HSL color Cylindrical-coordinate representation of color #84EA4A: hue angle of 98.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84EA4A is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 234 | 74 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.08 |
| HSL | 98.25º | 0.79% | 0.6% | - |
| HSV(B) | 98.25º | 0.68% | 0.92% | - |
| XYZ | 40.17 | 64.25 | 16.76 | - |
| YUV | 185.26 | 65.21 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 234 | 74 | 0.44 | 0 | 0.68 | 0.08 | 98.25 | 0.79 | 0.6 |
| Hex | 84 | EA | 4A | 2C | 0 | 44 | 8 | 62 | 4F | 3C |
| Octal | 204 | 352 | 112 | 54 | 0 | 104 | 10 | 142 | 117 | 74 |
| Binary | 10000100 | 11101010 | 1001010 | 101100 | 0 | 1000100 | 1000 | 1100010 | 1001111 | 111100 |
Color Harmonies of #84EA4A
Complementary color
Monochromatic Colors of #84EA4A
Black with #84EA4A
Text Example
Text Example
White with #84EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84EA4A; }
p { color: rgb(132,234,74); }
H1.HeaderClassName
{
color: #84EA4A;
}
.AnyTagClassName
{
color: #84EA4A;
}
</style>
background-color css
<style>
a { background-color: #84EA4A; }
a { background-color: rgb(132,234,74); }
div.DivClassName
{
background-color: #84EA4A;
}
.BgClassName
{
background-color: #84EA4A;
}
</style>
border-color css
<style>
span { border-color: #84EA4A; }
span { border-color: rgb(132,234,74); }
td.TdClassName
{
border-color: #84EA4A;
}
.TagClassName
{
border-color: #84EA4A;
}
</style>