Shades of Mantis #84CF57
Tints of Mantis #84CF57
RGB
CMYK
RGB Variations
Color information
#84CF57 (or 0x84CF57) is known color: Mantis. HEX triplet: 84, CF and 57. RGB value is (132,207,87). Sum of RGB (Red+Green+Blue) = 132+207+87=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF57 is #7B30A8. Grayscale: #ABABAB. Windows color (decimal): -8073385 or 5754756. OLE color: 5754756.
HSL color Cylindrical-coordinate representation of color #84CF57: hue angle of 97.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84CF57 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 87 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.19 |
| HSL | 97.5º | 0.56% | 0.58% | - |
| HSV(B) | 97.5º | 0.58% | 0.81% | - |
| XYZ | 33.55 | 50.22 | 16.94 | - |
| YUV | 170.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 87 | 0.36 | 0 | 0.58 | 0.19 | 97.5 | 0.56 | 0.58 |
| Hex | 84 | CF | 57 | 24 | 0 | 3A | 13 | 62 | 38 | 3A |
| Octal | 204 | 317 | 127 | 44 | 0 | 72 | 23 | 142 | 70 | 72 |
| Binary | 10000100 | 11001111 | 1010111 | 100100 | 0 | 111010 | 10011 | 1100010 | 111000 | 111010 |
Color Harmonies of #84CF57
Complementary color
Monochromatic Colors of #84CF57
Black with #84CF57
Text Example
Text Example
White with #84CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CF57; }
p { color: rgb(132,207,87); }
H1.HeaderClassName
{
color: #84CF57;
}
.AnyTagClassName
{
color: #84CF57;
}
</style>
background-color css
<style>
a { background-color: #84CF57; }
a { background-color: rgb(132,207,87); }
div.DivClassName
{
background-color: #84CF57;
}
.BgClassName
{
background-color: #84CF57;
}
</style>
border-color css
<style>
span { border-color: #84CF57; }
span { border-color: rgb(132,207,87); }
td.TdClassName
{
border-color: #84CF57;
}
.TagClassName
{
border-color: #84CF57;
}
</style>