Shades of Mantis #84C368
Tints of Mantis #84C368
RGB
CMYK
RGB Variations
Color information
#84C368 (or 0x84C368) is known color: Mantis. HEX triplet: 84, C3 and 68. RGB value is (132,195,104). Sum of RGB (Red+Green+Blue) = 132+195+104=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #84C368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C368 is #7B3C97. Grayscale: #A6A6A6. Windows color (decimal): -8076440 or 6865796. OLE color: 6865796.
HSL color Cylindrical-coordinate representation of color #84C368: hue angle of 101.54º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84C368 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 104 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.24 |
| HSL | 101.54º | 0.43% | 0.59% | - |
| HSV(B) | 101.54º | 0.47% | 0.76% | - |
| XYZ | 31.53 | 44.94 | 20.11 | - |
| YUV | 165.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 104 | 0.32 | 0 | 0.47 | 0.24 | 101.54 | 0.43 | 0.59 |
| Hex | 84 | C3 | 68 | 20 | 0 | 2F | 18 | 66 | 2B | 3B |
| Octal | 204 | 303 | 150 | 40 | 0 | 57 | 30 | 146 | 53 | 73 |
| Binary | 10000100 | 11000011 | 1101000 | 100000 | 0 | 101111 | 11000 | 1100110 | 101011 | 111011 |
Color Harmonies of #84C368
Complementary color
Monochromatic Colors of #84C368
Black with #84C368
Text Example
Text Example
White with #84C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C368; }
p { color: rgb(132,195,104); }
H1.HeaderClassName
{
color: #84C368;
}
.AnyTagClassName
{
color: #84C368;
}
</style>
background-color css
<style>
a { background-color: #84C368; }
a { background-color: rgb(132,195,104); }
div.DivClassName
{
background-color: #84C368;
}
.BgClassName
{
background-color: #84C368;
}
</style>
border-color css
<style>
span { border-color: #84C368; }
span { border-color: rgb(132,195,104); }
td.TdClassName
{
border-color: #84C368;
}
.TagClassName
{
border-color: #84C368;
}
</style>