Shades of Mantis #8AD357
Tints of Mantis #8AD357
RGB
CMYK
RGB Variations
Color information
#8AD357 (or 0x8AD357) is known color: Mantis. HEX triplet: 8A, D3 and 57. RGB value is (138,211,87). Sum of RGB (Red+Green+Blue) = 138+211+87=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD357 is #752CA8. Grayscale: #AFAFAF. Windows color (decimal): -7679145 or 5755786. OLE color: 5755786.
HSL color Cylindrical-coordinate representation of color #8AD357: hue angle of 95.32º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AD357 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 87 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.17 |
| HSL | 95.32º | 0.58% | 0.58% | - |
| HSV(B) | 95.32º | 0.59% | 0.83% | - |
| XYZ | 35.5 | 52.68 | 17.31 | - |
| YUV | 175.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 87 | 0.35 | 0 | 0.59 | 0.17 | 95.32 | 0.58 | 0.58 |
| Hex | 8A | D3 | 57 | 23 | 0 | 3B | 11 | 5F | 3A | 3A |
| Octal | 212 | 323 | 127 | 43 | 0 | 73 | 21 | 137 | 72 | 72 |
| Binary | 10001010 | 11010011 | 1010111 | 100011 | 0 | 111011 | 10001 | 1011111 | 111010 | 111010 |
Color Harmonies of #8AD357
Complementary color
Monochromatic Colors of #8AD357
Black with #8AD357
Text Example
Text Example
White with #8AD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD357; }
p { color: rgb(138,211,87); }
H1.HeaderClassName
{
color: #8AD357;
}
.AnyTagClassName
{
color: #8AD357;
}
</style>
background-color css
<style>
a { background-color: #8AD357; }
a { background-color: rgb(138,211,87); }
div.DivClassName
{
background-color: #8AD357;
}
.BgClassName
{
background-color: #8AD357;
}
</style>
border-color css
<style>
span { border-color: #8AD357; }
span { border-color: rgb(138,211,87); }
td.TdClassName
{
border-color: #8AD357;
}
.TagClassName
{
border-color: #8AD357;
}
</style>