Shades of Mantis #84CA65
Tints of Mantis #84CA65
RGB
CMYK
RGB Variations
Color information
#84CA65 (or 0x84CA65) is known color: Mantis. HEX triplet: 84, CA and 65. RGB value is (132,202,101). Sum of RGB (Red+Green+Blue) = 132+202+101=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA65 is #7B359A. Grayscale: #A9A9A9. Windows color (decimal): -8074651 or 6670980. OLE color: 6670980.
HSL color Cylindrical-coordinate representation of color #84CA65: hue angle of 101.58º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84CA65 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 101 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.21 |
| HSL | 101.58º | 0.49% | 0.59% | - |
| HSV(B) | 101.58º | 0.5% | 0.79% | - |
| XYZ | 32.99 | 48.09 | 19.85 | - |
| YUV | 169.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 101 | 0.35 | 0 | 0.50 | 0.21 | 101.58 | 0.49 | 0.59 |
| Hex | 84 | CA | 65 | 23 | 0 | 32 | 15 | 66 | 31 | 3B |
| Octal | 204 | 312 | 145 | 43 | 0 | 62 | 25 | 146 | 61 | 73 |
| Binary | 10000100 | 11001010 | 1100101 | 100011 | 0 | 110010 | 10101 | 1100110 | 110001 | 111011 |
Color Harmonies of #84CA65
Complementary color
Monochromatic Colors of #84CA65
Black with #84CA65
Text Example
Text Example
White with #84CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA65; }
p { color: rgb(132,202,101); }
H1.HeaderClassName
{
color: #84CA65;
}
.AnyTagClassName
{
color: #84CA65;
}
</style>
background-color css
<style>
a { background-color: #84CA65; }
a { background-color: rgb(132,202,101); }
div.DivClassName
{
background-color: #84CA65;
}
.BgClassName
{
background-color: #84CA65;
}
</style>
border-color css
<style>
span { border-color: #84CA65; }
span { border-color: rgb(132,202,101); }
td.TdClassName
{
border-color: #84CA65;
}
.TagClassName
{
border-color: #84CA65;
}
</style>