Shades of Mantis #84CC69
Tints of Mantis #84CC69
RGB
CMYK
RGB Variations
Color information
#84CC69 (or 0x84CC69) is known color: Mantis. HEX triplet: 84, CC and 69. RGB value is (132,204,105). Sum of RGB (Red+Green+Blue) = 132+204+105=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CC69 is #7B3396. Grayscale: #ABABAB. Windows color (decimal): -8074135 or 6933636. OLE color: 6933636.
HSL color Cylindrical-coordinate representation of color #84CC69: hue angle of 103.64º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84CC69 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 204 | 105 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.2 |
| HSL | 103.64º | 0.49% | 0.61% | - |
| HSV(B) | 103.64º | 0.49% | 0.8% | - |
| XYZ | 33.66 | 49.11 | 21.07 | - |
| YUV | 171.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 105 | 0.35 | 0 | 0.49 | 0.2 | 103.64 | 0.49 | 0.61 |
| Hex | 84 | CC | 69 | 23 | 0 | 31 | 14 | 68 | 31 | 3D |
| Octal | 204 | 314 | 151 | 43 | 0 | 61 | 24 | 150 | 61 | 75 |
| Binary | 10000100 | 11001100 | 1101001 | 100011 | 0 | 110001 | 10100 | 1101000 | 110001 | 111101 |
Color Harmonies of #84CC69
Complementary color
Monochromatic Colors of #84CC69
Black with #84CC69
Text Example
Text Example
White with #84CC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CC69; }
p { color: rgb(132,204,105); }
H1.HeaderClassName
{
color: #84CC69;
}
.AnyTagClassName
{
color: #84CC69;
}
</style>
background-color css
<style>
a { background-color: #84CC69; }
a { background-color: rgb(132,204,105); }
div.DivClassName
{
background-color: #84CC69;
}
.BgClassName
{
background-color: #84CC69;
}
</style>
border-color css
<style>
span { border-color: #84CC69; }
span { border-color: rgb(132,204,105); }
td.TdClassName
{
border-color: #84CC69;
}
.TagClassName
{
border-color: #84CC69;
}
</style>