Shades of Mantis #8AD555
Tints of Mantis #8AD555
RGB
CMYK
RGB Variations
Color information
#8AD555 (or 0x8AD555) is known color: Mantis. HEX triplet: 8A, D5 and 55. RGB value is (138,213,85). Sum of RGB (Red+Green+Blue) = 138+213+85=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD555 is #752AAA. Grayscale: #B0B0B0. Windows color (decimal): -7678635 or 5625226. OLE color: 5625226.
HSL color Cylindrical-coordinate representation of color #8AD555: hue angle of 95.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AD555 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 85 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.16 |
| HSL | 95.16º | 0.6% | 0.58% | - |
| HSV(B) | 95.16º | 0.6% | 0.84% | - |
| XYZ | 35.92 | 53.65 | 17.06 | - |
| YUV | 175.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 85 | 0.35 | 0 | 0.60 | 0.16 | 95.16 | 0.6 | 0.58 |
| Hex | 8A | D5 | 55 | 23 | 0 | 3C | 10 | 5F | 3C | 3A |
| Octal | 212 | 325 | 125 | 43 | 0 | 74 | 20 | 137 | 74 | 72 |
| Binary | 10001010 | 11010101 | 1010101 | 100011 | 0 | 111100 | 10000 | 1011111 | 111100 | 111010 |
Color Harmonies of #8AD555
Complementary color
Monochromatic Colors of #8AD555
Black with #8AD555
Text Example
Text Example
White with #8AD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD555; }
p { color: rgb(138,213,85); }
H1.HeaderClassName
{
color: #8AD555;
}
.AnyTagClassName
{
color: #8AD555;
}
</style>
background-color css
<style>
a { background-color: #8AD555; }
a { background-color: rgb(138,213,85); }
div.DivClassName
{
background-color: #8AD555;
}
.BgClassName
{
background-color: #8AD555;
}
</style>
border-color css
<style>
span { border-color: #8AD555; }
span { border-color: rgb(138,213,85); }
td.TdClassName
{
border-color: #8AD555;
}
.TagClassName
{
border-color: #8AD555;
}
</style>