Shades of Mantis #84BF65
Tints of Mantis #84BF65
RGB
CMYK
RGB Variations
Color information
#84BF65 (or 0x84BF65) is known color: Mantis. HEX triplet: 84, BF and 65. RGB value is (132,191,101). Sum of RGB (Red+Green+Blue) = 132+191+101=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF65 is #7B409A. Grayscale: #A3A3A3. Windows color (decimal): -8077467 or 6668164. OLE color: 6668164.
HSL color Cylindrical-coordinate representation of color #84BF65: hue angle of 99.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84BF65 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 101 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.25 |
| HSL | 99.33º | 0.41% | 0.57% | - |
| HSV(B) | 99.33º | 0.47% | 0.75% | - |
| XYZ | 30.5 | 43.11 | 19.03 | - |
| YUV | 163.1 | 92.95 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 101 | 0.31 | 0 | 0.47 | 0.25 | 99.33 | 0.41 | 0.57 |
| Hex | 84 | BF | 65 | 1F | 0 | 2F | 19 | 63 | 29 | 39 |
| Octal | 204 | 277 | 145 | 37 | 0 | 57 | 31 | 143 | 51 | 71 |
| Binary | 10000100 | 10111111 | 1100101 | 11111 | 0 | 101111 | 11001 | 1100011 | 101001 | 111001 |
Color Harmonies of #84BF65
Complementary color
Monochromatic Colors of #84BF65
Black with #84BF65
Text Example
Text Example
White with #84BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF65; }
p { color: rgb(132,191,101); }
H1.HeaderClassName
{
color: #84BF65;
}
.AnyTagClassName
{
color: #84BF65;
}
</style>
background-color css
<style>
a { background-color: #84BF65; }
a { background-color: rgb(132,191,101); }
div.DivClassName
{
background-color: #84BF65;
}
.BgClassName
{
background-color: #84BF65;
}
</style>
border-color css
<style>
span { border-color: #84BF65; }
span { border-color: rgb(132,191,101); }
td.TdClassName
{
border-color: #84BF65;
}
.TagClassName
{
border-color: #84BF65;
}
</style>