Shades of Mantis #8ADD61
Tints of Mantis #8ADD61
RGB
CMYK
RGB Variations
Color information
#8ADD61 (or 0x8ADD61) is known color: Mantis. HEX triplet: 8A, DD and 61. RGB value is (138,221,97). Sum of RGB (Red+Green+Blue) = 138+221+97=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD61 is #75229E. Grayscale: #B6B6B6. Windows color (decimal): -7676575 or 6413706. OLE color: 6413706.
HSL color Cylindrical-coordinate representation of color #8ADD61: hue angle of 100.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ADD61 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 97 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.13 |
| HSL | 100.16º | 0.65% | 0.62% | - |
| HSV(B) | 100.16º | 0.56% | 0.87% | - |
| XYZ | 38.5 | 57.98 | 20.47 | - |
| YUV | 182.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 97 | 0.38 | 0 | 0.56 | 0.13 | 100.16 | 0.65 | 0.62 |
| Hex | 8A | DD | 61 | 26 | 0 | 38 | D | 64 | 41 | 3E |
| Octal | 212 | 335 | 141 | 46 | 0 | 70 | 15 | 144 | 101 | 76 |
| Binary | 10001010 | 11011101 | 1100001 | 100110 | 0 | 111000 | 1101 | 1100100 | 1000001 | 111110 |
Color Harmonies of #8ADD61
Complementary color
Monochromatic Colors of #8ADD61
Black with #8ADD61
Text Example
Text Example
White with #8ADD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD61; }
p { color: rgb(138,221,97); }
H1.HeaderClassName
{
color: #8ADD61;
}
.AnyTagClassName
{
color: #8ADD61;
}
</style>
background-color css
<style>
a { background-color: #8ADD61; }
a { background-color: rgb(138,221,97); }
div.DivClassName
{
background-color: #8ADD61;
}
.BgClassName
{
background-color: #8ADD61;
}
</style>
border-color css
<style>
span { border-color: #8ADD61; }
span { border-color: rgb(138,221,97); }
td.TdClassName
{
border-color: #8ADD61;
}
.TagClassName
{
border-color: #8ADD61;
}
</style>