Shades of Mantis #84E25F
Tints of Mantis #84E25F
RGB
CMYK
RGB Variations
Color information
#84E25F (or 0x84E25F) is known color: Mantis. HEX triplet: 84, E2 and 5F. RGB value is (132,226,95). Sum of RGB (Red+Green+Blue) = 132+226+95=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #84E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E25F is #7B1DA0. Grayscale: #B7B7B7. Windows color (decimal): -8068513 or 6283908. OLE color: 6283908.
HSL color Cylindrical-coordinate representation of color #84E25F: hue angle of 103.05º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84E25F is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 226 | 95 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.11 |
| HSL | 103.05º | 0.69% | 0.63% | - |
| HSV(B) | 103.05º | 0.58% | 0.89% | - |
| XYZ | 38.78 | 60.12 | 20.39 | - |
| YUV | 182.96 | 78.36 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 95 | 0.42 | 0 | 0.58 | 0.11 | 103.05 | 0.69 | 0.63 |
| Hex | 84 | E2 | 5F | 2A | 0 | 3A | B | 67 | 45 | 3F |
| Octal | 204 | 342 | 137 | 52 | 0 | 72 | 13 | 147 | 105 | 77 |
| Binary | 10000100 | 11100010 | 1011111 | 101010 | 0 | 111010 | 1011 | 1100111 | 1000101 | 111111 |
Color Harmonies of #84E25F
Complementary color
Monochromatic Colors of #84E25F
Black with #84E25F
Text Example
Text Example
White with #84E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E25F; }
p { color: rgb(132,226,95); }
H1.HeaderClassName
{
color: #84E25F;
}
.AnyTagClassName
{
color: #84E25F;
}
</style>
background-color css
<style>
a { background-color: #84E25F; }
a { background-color: rgb(132,226,95); }
div.DivClassName
{
background-color: #84E25F;
}
.BgClassName
{
background-color: #84E25F;
}
</style>
border-color css
<style>
span { border-color: #84E25F; }
span { border-color: rgb(132,226,95); }
td.TdClassName
{
border-color: #84E25F;
}
.TagClassName
{
border-color: #84E25F;
}
</style>