Shades of Mantis #84CA69
Tints of Mantis #84CA69
RGB
CMYK
RGB Variations
Color information
#84CA69 (or 0x84CA69) is known color: Mantis. HEX triplet: 84, CA and 69. RGB value is (132,202,105). Sum of RGB (Red+Green+Blue) = 132+202+105=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CA69 is #7B3596. Grayscale: #AAAAAA. Windows color (decimal): -8074647 or 6933124. OLE color: 6933124.
HSL color Cylindrical-coordinate representation of color #84CA69: hue angle of 103.3º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CA69 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 202 | 105 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.21 |
| HSL | 103.3º | 0.48% | 0.6% | - |
| HSV(B) | 103.3º | 0.48% | 0.79% | - |
| XYZ | 33.19 | 48.17 | 20.91 | - |
| YUV | 170.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 105 | 0.35 | 0 | 0.48 | 0.21 | 103.3 | 0.48 | 0.6 |
| Hex | 84 | CA | 69 | 23 | 0 | 30 | 15 | 67 | 30 | 3C |
| Octal | 204 | 312 | 151 | 43 | 0 | 60 | 25 | 147 | 60 | 74 |
| Binary | 10000100 | 11001010 | 1101001 | 100011 | 0 | 110000 | 10101 | 1100111 | 110000 | 111100 |
Color Harmonies of #84CA69
Complementary color
Monochromatic Colors of #84CA69
Black with #84CA69
Text Example
Text Example
White with #84CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CA69; }
p { color: rgb(132,202,105); }
H1.HeaderClassName
{
color: #84CA69;
}
.AnyTagClassName
{
color: #84CA69;
}
</style>
background-color css
<style>
a { background-color: #84CA69; }
a { background-color: rgb(132,202,105); }
div.DivClassName
{
background-color: #84CA69;
}
.BgClassName
{
background-color: #84CA69;
}
</style>
border-color css
<style>
span { border-color: #84CA69; }
span { border-color: rgb(132,202,105); }
td.TdClassName
{
border-color: #84CA69;
}
.TagClassName
{
border-color: #84CA69;
}
</style>