Shades of Mantis #84CE66
Tints of Mantis #84CE66
RGB
CMYK
RGB Variations
Color information
#84CE66 (or 0x84CE66) is known color: Mantis. HEX triplet: 84, CE and 66. RGB value is (132,206,102). Sum of RGB (Red+Green+Blue) = 132+206+102=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CE66 is #7B3199. Grayscale: #ACACAC. Windows color (decimal): -8073626 or 6737540. OLE color: 6737540.
HSL color Cylindrical-coordinate representation of color #84CE66: hue angle of 102.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84CE66 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 102 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.19 |
| HSL | 102.69º | 0.51% | 0.6% | - |
| HSV(B) | 102.69º | 0.5% | 0.81% | - |
| XYZ | 33.99 | 50.01 | 20.43 | - |
| YUV | 172.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 102 | 0.36 | 0 | 0.50 | 0.19 | 102.69 | 0.51 | 0.6 |
| Hex | 84 | CE | 66 | 24 | 0 | 32 | 13 | 67 | 33 | 3C |
| Octal | 204 | 316 | 146 | 44 | 0 | 62 | 23 | 147 | 63 | 74 |
| Binary | 10000100 | 11001110 | 1100110 | 100100 | 0 | 110010 | 10011 | 1100111 | 110011 | 111100 |
Color Harmonies of #84CE66
Complementary color
Monochromatic Colors of #84CE66
Black with #84CE66
Text Example
Text Example
White with #84CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CE66; }
p { color: rgb(132,206,102); }
H1.HeaderClassName
{
color: #84CE66;
}
.AnyTagClassName
{
color: #84CE66;
}
</style>
background-color css
<style>
a { background-color: #84CE66; }
a { background-color: rgb(132,206,102); }
div.DivClassName
{
background-color: #84CE66;
}
.BgClassName
{
background-color: #84CE66;
}
</style>
border-color css
<style>
span { border-color: #84CE66; }
span { border-color: rgb(132,206,102); }
td.TdClassName
{
border-color: #84CE66;
}
.TagClassName
{
border-color: #84CE66;
}
</style>