Shades of Mantis #84CF5B
Tints of Mantis #84CF5B
RGB
CMYK
RGB Variations
Color information
#84CF5B (or 0x84CF5B) is known color: Mantis. HEX triplet: 84, CF and 5B. RGB value is (132,207,91). Sum of RGB (Red+Green+Blue) = 132+207+91=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF5B is #7B30A4. Grayscale: #ABABAB. Windows color (decimal): -8073381 or 6016900. OLE color: 6016900.
HSL color Cylindrical-coordinate representation of color #84CF5B: hue angle of 98.79º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84CF5B is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 91 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.19 |
| HSL | 98.79º | 0.55% | 0.58% | - |
| HSV(B) | 98.79º | 0.56% | 0.81% | - |
| XYZ | 33.72 | 50.29 | 17.83 | - |
| YUV | 171.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 91 | 0.36 | 0 | 0.56 | 0.19 | 98.79 | 0.55 | 0.58 |
| Hex | 84 | CF | 5B | 24 | 0 | 38 | 13 | 63 | 37 | 3A |
| Octal | 204 | 317 | 133 | 44 | 0 | 70 | 23 | 143 | 67 | 72 |
| Binary | 10000100 | 11001111 | 1011011 | 100100 | 0 | 111000 | 10011 | 1100011 | 110111 | 111010 |
Color Harmonies of #84CF5B
Complementary color
Monochromatic Colors of #84CF5B
Black with #84CF5B
Text Example
Text Example
White with #84CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF5B; }
p { color: rgb(132,207,91); }
H1.HeaderClassName
{
color: #84CF5B;
}
.AnyTagClassName
{
color: #84CF5B;
}
</style>
background-color css
<style>
a { background-color: #84CF5B; }
a { background-color: rgb(132,207,91); }
div.DivClassName
{
background-color: #84CF5B;
}
.BgClassName
{
background-color: #84CF5B;
}
</style>
border-color css
<style>
span { border-color: #84CF5B; }
span { border-color: rgb(132,207,91); }
td.TdClassName
{
border-color: #84CF5B;
}
.TagClassName
{
border-color: #84CF5B;
}
</style>