Shades of Mantis #84C268
Tints of Mantis #84C268
RGB
CMYK
RGB Variations
Color information
#84C268 (or 0x84C268) is known color: Mantis. HEX triplet: 84, C2 and 68. RGB value is (132,194,104). Sum of RGB (Red+Green+Blue) = 132+194+104=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #84C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C268 is #7B3D97. Grayscale: #A5A5A5. Windows color (decimal): -8076696 or 6865540. OLE color: 6865540.
HSL color Cylindrical-coordinate representation of color #84C268: hue angle of 101.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84C268 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 104 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.24 |
| HSL | 101.33º | 0.42% | 0.58% | - |
| HSV(B) | 101.33º | 0.46% | 0.76% | - |
| XYZ | 31.31 | 44.49 | 20.03 | - |
| YUV | 165.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 104 | 0.32 | 0 | 0.46 | 0.24 | 101.33 | 0.42 | 0.58 |
| Hex | 84 | C2 | 68 | 20 | 0 | 2E | 18 | 65 | 2A | 3A |
| Octal | 204 | 302 | 150 | 40 | 0 | 56 | 30 | 145 | 52 | 72 |
| Binary | 10000100 | 11000010 | 1101000 | 100000 | 0 | 101110 | 11000 | 1100101 | 101010 | 111010 |
Color Harmonies of #84C268
Complementary color
Monochromatic Colors of #84C268
Black with #84C268
Text Example
Text Example
White with #84C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C268; }
p { color: rgb(132,194,104); }
H1.HeaderClassName
{
color: #84C268;
}
.AnyTagClassName
{
color: #84C268;
}
</style>
background-color css
<style>
a { background-color: #84C268; }
a { background-color: rgb(132,194,104); }
div.DivClassName
{
background-color: #84C268;
}
.BgClassName
{
background-color: #84C268;
}
</style>
border-color css
<style>
span { border-color: #84C268; }
span { border-color: rgb(132,194,104); }
td.TdClassName
{
border-color: #84C268;
}
.TagClassName
{
border-color: #84C268;
}
</style>