Shades of Mantis #8ADA50
Tints of Mantis #8ADA50
RGB
CMYK
RGB Variations
Color information
#8ADA50 (or 0x8ADA50) is known color: Mantis. HEX triplet: 8A, DA and 50. RGB value is (138,218,80). Sum of RGB (Red+Green+Blue) = 138+218+80=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA50 is #7525AF. Grayscale: #B2B2B2. Windows color (decimal): -7677360 or 5298826. OLE color: 5298826.
HSL color Cylindrical-coordinate representation of color #8ADA50: hue angle of 94.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ADA50 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 80 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.15 |
| HSL | 94.78º | 0.65% | 0.58% | - |
| HSV(B) | 94.78º | 0.63% | 0.85% | - |
| XYZ | 37 | 56.13 | 16.47 | - |
| YUV | 178.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 80 | 0.37 | 0 | 0.63 | 0.15 | 94.78 | 0.65 | 0.58 |
| Hex | 8A | DA | 50 | 25 | 0 | 3F | F | 5F | 41 | 3A |
| Octal | 212 | 332 | 120 | 45 | 0 | 77 | 17 | 137 | 101 | 72 |
| Binary | 10001010 | 11011010 | 1010000 | 100101 | 0 | 111111 | 1111 | 1011111 | 1000001 | 111010 |
Color Harmonies of #8ADA50
Complementary color
Monochromatic Colors of #8ADA50
Black with #8ADA50
Text Example
Text Example
White with #8ADA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA50; }
p { color: rgb(138,218,80); }
H1.HeaderClassName
{
color: #8ADA50;
}
.AnyTagClassName
{
color: #8ADA50;
}
</style>
background-color css
<style>
a { background-color: #8ADA50; }
a { background-color: rgb(138,218,80); }
div.DivClassName
{
background-color: #8ADA50;
}
.BgClassName
{
background-color: #8ADA50;
}
</style>
border-color css
<style>
span { border-color: #8ADA50; }
span { border-color: rgb(138,218,80); }
td.TdClassName
{
border-color: #8ADA50;
}
.TagClassName
{
border-color: #8ADA50;
}
</style>