Shades of Mantis #8ADC64
Tints of Mantis #8ADC64
RGB
CMYK
RGB Variations
Color information
#8ADC64 (or 0x8ADC64) is known color: Mantis. HEX triplet: 8A, DC and 64. RGB value is (138,220,100). Sum of RGB (Red+Green+Blue) = 138+220+100=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC64 is #75239B. Grayscale: #B6B6B6. Windows color (decimal): -7676828 or 6610058. OLE color: 6610058.
HSL color Cylindrical-coordinate representation of color #8ADC64: hue angle of 101º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ADC64 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 100 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.14 |
| HSL | 101º | 0.63% | 0.63% | - |
| HSV(B) | 101º | 0.55% | 0.86% | - |
| XYZ | 38.37 | 57.51 | 21.13 | - |
| YUV | 181.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 100 | 0.37 | 0 | 0.55 | 0.14 | 101 | 0.63 | 0.63 |
| Hex | 8A | DC | 64 | 25 | 0 | 37 | E | 65 | 3F | 3F |
| Octal | 212 | 334 | 144 | 45 | 0 | 67 | 16 | 145 | 77 | 77 |
| Binary | 10001010 | 11011100 | 1100100 | 100101 | 0 | 110111 | 1110 | 1100101 | 111111 | 111111 |
Color Harmonies of #8ADC64
Complementary color
Monochromatic Colors of #8ADC64
Black with #8ADC64
Text Example
Text Example
White with #8ADC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC64; }
p { color: rgb(138,220,100); }
H1.HeaderClassName
{
color: #8ADC64;
}
.AnyTagClassName
{
color: #8ADC64;
}
</style>
background-color css
<style>
a { background-color: #8ADC64; }
a { background-color: rgb(138,220,100); }
div.DivClassName
{
background-color: #8ADC64;
}
.BgClassName
{
background-color: #8ADC64;
}
</style>
border-color css
<style>
span { border-color: #8ADC64; }
span { border-color: rgb(138,220,100); }
td.TdClassName
{
border-color: #8ADC64;
}
.TagClassName
{
border-color: #8ADC64;
}
</style>