Shades of Mantis #8ADC4D
Tints of Mantis #8ADC4D
RGB
CMYK
RGB Variations
Color information
#8ADC4D (or 0x8ADC4D) is known color: Mantis. HEX triplet: 8A, DC and 4D. RGB value is (138,220,77). Sum of RGB (Red+Green+Blue) = 138+220+77=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC4D is #7523B2. Grayscale: #B3B3B3. Windows color (decimal): -7676851 or 5102730. OLE color: 5102730.
HSL color Cylindrical-coordinate representation of color #8ADC4D: hue angle of 94.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ADC4D is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 77 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.14 |
| HSL | 94.41º | 0.67% | 0.58% | - |
| HSV(B) | 94.41º | 0.65% | 0.86% | - |
| XYZ | 37.41 | 57.13 | 16.08 | - |
| YUV | 179.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 77 | 0.37 | 0 | 0.65 | 0.14 | 94.41 | 0.67 | 0.58 |
| Hex | 8A | DC | 4D | 25 | 0 | 41 | E | 5E | 43 | 3A |
| Octal | 212 | 334 | 115 | 45 | 0 | 101 | 16 | 136 | 103 | 72 |
| Binary | 10001010 | 11011100 | 1001101 | 100101 | 0 | 1000001 | 1110 | 1011110 | 1000011 | 111010 |
Color Harmonies of #8ADC4D
Complementary color
Monochromatic Colors of #8ADC4D
Black with #8ADC4D
Text Example
Text Example
White with #8ADC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC4D; }
p { color: rgb(138,220,77); }
H1.HeaderClassName
{
color: #8ADC4D;
}
.AnyTagClassName
{
color: #8ADC4D;
}
</style>
background-color css
<style>
a { background-color: #8ADC4D; }
a { background-color: rgb(138,220,77); }
div.DivClassName
{
background-color: #8ADC4D;
}
.BgClassName
{
background-color: #8ADC4D;
}
</style>
border-color css
<style>
span { border-color: #8ADC4D; }
span { border-color: rgb(138,220,77); }
td.TdClassName
{
border-color: #8ADC4D;
}
.TagClassName
{
border-color: #8ADC4D;
}
</style>