Shades of Mantis #84C969
Tints of Mantis #84C969
RGB
CMYK
RGB Variations
Color information
#84C969 (or 0x84C969) is known color: Mantis. HEX triplet: 84, C9 and 69. RGB value is (132,201,105). Sum of RGB (Red+Green+Blue) = 132+201+105=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #84C969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C969 is #7B3696. Grayscale: #A9A9A9. Windows color (decimal): -8074903 or 6932868. OLE color: 6932868.
HSL color Cylindrical-coordinate representation of color #84C969: hue angle of 103.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84C969 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 105 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.21 |
| HSL | 103.13º | 0.47% | 0.6% | - |
| HSV(B) | 103.13º | 0.48% | 0.79% | - |
| XYZ | 32.95 | 47.7 | 20.83 | - |
| YUV | 169.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 105 | 0.34 | 0 | 0.48 | 0.21 | 103.13 | 0.47 | 0.6 |
| Hex | 84 | C9 | 69 | 22 | 0 | 30 | 15 | 67 | 2F | 3C |
| Octal | 204 | 311 | 151 | 42 | 0 | 60 | 25 | 147 | 57 | 74 |
| Binary | 10000100 | 11001001 | 1101001 | 100010 | 0 | 110000 | 10101 | 1100111 | 101111 | 111100 |
Color Harmonies of #84C969
Complementary color
Monochromatic Colors of #84C969
Black with #84C969
Text Example
Text Example
White with #84C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C969; }
p { color: rgb(132,201,105); }
H1.HeaderClassName
{
color: #84C969;
}
.AnyTagClassName
{
color: #84C969;
}
</style>
background-color css
<style>
a { background-color: #84C969; }
a { background-color: rgb(132,201,105); }
div.DivClassName
{
background-color: #84C969;
}
.BgClassName
{
background-color: #84C969;
}
</style>
border-color css
<style>
span { border-color: #84C969; }
span { border-color: rgb(132,201,105); }
td.TdClassName
{
border-color: #84C969;
}
.TagClassName
{
border-color: #84C969;
}
</style>