Shades of Mantis #8ADD57
Tints of Mantis #8ADD57
RGB
CMYK
RGB Variations
Color information
#8ADD57 (or 0x8ADD57) is known color: Mantis. HEX triplet: 8A, DD and 57. RGB value is (138,221,87). Sum of RGB (Red+Green+Blue) = 138+221+87=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 87 (34.38% from 255 or 19.51% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD57 is #7522A8. Grayscale: #B5B5B5. Windows color (decimal): -7676585 or 5758346. OLE color: 5758346.
HSL color Cylindrical-coordinate representation of color #8ADD57: hue angle of 97.16º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ADD57 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 87 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.13 |
| HSL | 97.16º | 0.66% | 0.6% | - |
| HSV(B) | 97.16º | 0.61% | 0.87% | - |
| XYZ | 38.06 | 57.8 | 18.17 | - |
| YUV | 180.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 87 | 0.38 | 0 | 0.61 | 0.13 | 97.16 | 0.66 | 0.6 |
| Hex | 8A | DD | 57 | 26 | 0 | 3D | D | 61 | 42 | 3C |
| Octal | 212 | 335 | 127 | 46 | 0 | 75 | 15 | 141 | 102 | 74 |
| Binary | 10001010 | 11011101 | 1010111 | 100110 | 0 | 111101 | 1101 | 1100001 | 1000010 | 111100 |
Color Harmonies of #8ADD57
Complementary color
Monochromatic Colors of #8ADD57
Black with #8ADD57
Text Example
Text Example
White with #8ADD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD57; }
p { color: rgb(138,221,87); }
H1.HeaderClassName
{
color: #8ADD57;
}
.AnyTagClassName
{
color: #8ADD57;
}
</style>
background-color css
<style>
a { background-color: #8ADD57; }
a { background-color: rgb(138,221,87); }
div.DivClassName
{
background-color: #8ADD57;
}
.BgClassName
{
background-color: #8ADD57;
}
</style>
border-color css
<style>
span { border-color: #8ADD57; }
span { border-color: rgb(138,221,87); }
td.TdClassName
{
border-color: #8ADD57;
}
.TagClassName
{
border-color: #8ADD57;
}
</style>