Shades of Mantis #8AD653
Tints of Mantis #8AD653
RGB
CMYK
RGB Variations
Color information
#8AD653 (or 0x8AD653) is known color: Mantis. HEX triplet: 8A, D6 and 53. RGB value is (138,214,83). Sum of RGB (Red+Green+Blue) = 138+214+83=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD653 is #7529AC. Grayscale: #B0B0B0. Windows color (decimal): -7678381 or 5494410. OLE color: 5494410.
HSL color Cylindrical-coordinate representation of color #8AD653: hue angle of 94.81º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AD653 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 83 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.16 |
| HSL | 94.81º | 0.62% | 0.58% | - |
| HSV(B) | 94.81º | 0.61% | 0.84% | - |
| XYZ | 36.09 | 54.12 | 16.73 | - |
| YUV | 176.34 | 75.32 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 83 | 0.36 | 0 | 0.61 | 0.16 | 94.81 | 0.62 | 0.58 |
| Hex | 8A | D6 | 53 | 24 | 0 | 3D | 10 | 5F | 3E | 3A |
| Octal | 212 | 326 | 123 | 44 | 0 | 75 | 20 | 137 | 76 | 72 |
| Binary | 10001010 | 11010110 | 1010011 | 100100 | 0 | 111101 | 10000 | 1011111 | 111110 | 111010 |
Color Harmonies of #8AD653
Complementary color
Monochromatic Colors of #8AD653
Black with #8AD653
Text Example
Text Example
White with #8AD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD653; }
p { color: rgb(138,214,83); }
H1.HeaderClassName
{
color: #8AD653;
}
.AnyTagClassName
{
color: #8AD653;
}
</style>
background-color css
<style>
a { background-color: #8AD653; }
a { background-color: rgb(138,214,83); }
div.DivClassName
{
background-color: #8AD653;
}
.BgClassName
{
background-color: #8AD653;
}
</style>
border-color css
<style>
span { border-color: #8AD653; }
span { border-color: rgb(138,214,83); }
td.TdClassName
{
border-color: #8AD653;
}
.TagClassName
{
border-color: #8AD653;
}
</style>