Shades of Mantis #84C269
Tints of Mantis #84C269
RGB
CMYK
RGB Variations
Color information
#84C269 (or 0x84C269) is known color: Mantis. HEX triplet: 84, C2 and 69. RGB value is (132,194,105). Sum of RGB (Red+Green+Blue) = 132+194+105=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #84C269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C269 is #7B3D96. Grayscale: #A5A5A5. Windows color (decimal): -8076695 or 6931076. OLE color: 6931076.
HSL color Cylindrical-coordinate representation of color #84C269: hue angle of 101.8º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84C269 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 105 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.24 |
| HSL | 101.8º | 0.42% | 0.59% | - |
| HSV(B) | 101.8º | 0.46% | 0.76% | - |
| XYZ | 31.36 | 44.51 | 20.3 | - |
| YUV | 165.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 105 | 0.32 | 0 | 0.46 | 0.24 | 101.8 | 0.42 | 0.59 |
| Hex | 84 | C2 | 69 | 20 | 0 | 2E | 18 | 66 | 2A | 3B |
| Octal | 204 | 302 | 151 | 40 | 0 | 56 | 30 | 146 | 52 | 73 |
| Binary | 10000100 | 11000010 | 1101001 | 100000 | 0 | 101110 | 11000 | 1100110 | 101010 | 111011 |
Color Harmonies of #84C269
Complementary color
Monochromatic Colors of #84C269
Black with #84C269
Text Example
Text Example
White with #84C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C269; }
p { color: rgb(132,194,105); }
H1.HeaderClassName
{
color: #84C269;
}
.AnyTagClassName
{
color: #84C269;
}
</style>
background-color css
<style>
a { background-color: #84C269; }
a { background-color: rgb(132,194,105); }
div.DivClassName
{
background-color: #84C269;
}
.BgClassName
{
background-color: #84C269;
}
</style>
border-color css
<style>
span { border-color: #84C269; }
span { border-color: rgb(132,194,105); }
td.TdClassName
{
border-color: #84C269;
}
.TagClassName
{
border-color: #84C269;
}
</style>