Shades of Mantis #84C953
Tints of Mantis #84C953
RGB
CMYK
RGB Variations
Color information
#84C953 (or 0x84C953) is known color: Mantis. HEX triplet: 84, C9 and 53. RGB value is (132,201,83). Sum of RGB (Red+Green+Blue) = 132+201+83=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #84C953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C953 is #7B36AC. Grayscale: #A7A7A7. Windows color (decimal): -8074925 or 5491076. OLE color: 5491076.
HSL color Cylindrical-coordinate representation of color #84C953: hue angle of 95.08º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84C953 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 83 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.21 |
| HSL | 95.08º | 0.52% | 0.56% | - |
| HSV(B) | 95.08º | 0.59% | 0.79% | - |
| XYZ | 31.96 | 47.3 | 15.63 | - |
| YUV | 166.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 83 | 0.34 | 0 | 0.59 | 0.21 | 95.08 | 0.52 | 0.56 |
| Hex | 84 | C9 | 53 | 22 | 0 | 3B | 15 | 5F | 34 | 38 |
| Octal | 204 | 311 | 123 | 42 | 0 | 73 | 25 | 137 | 64 | 70 |
| Binary | 10000100 | 11001001 | 1010011 | 100010 | 0 | 111011 | 10101 | 1011111 | 110100 | 111000 |
Color Harmonies of #84C953
Complementary color
Monochromatic Colors of #84C953
Black with #84C953
Text Example
Text Example
White with #84C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C953; }
p { color: rgb(132,201,83); }
H1.HeaderClassName
{
color: #84C953;
}
.AnyTagClassName
{
color: #84C953;
}
</style>
background-color css
<style>
a { background-color: #84C953; }
a { background-color: rgb(132,201,83); }
div.DivClassName
{
background-color: #84C953;
}
.BgClassName
{
background-color: #84C953;
}
</style>
border-color css
<style>
span { border-color: #84C953; }
span { border-color: rgb(132,201,83); }
td.TdClassName
{
border-color: #84C953;
}
.TagClassName
{
border-color: #84C953;
}
</style>