Shades of Mantis #8ADC63
Tints of Mantis #8ADC63
RGB
CMYK
RGB Variations
Color information
#8ADC63 (or 0x8ADC63) is known color: Mantis. HEX triplet: 8A, DC and 63. RGB value is (138,220,99). Sum of RGB (Red+Green+Blue) = 138+220+99=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC63 is #75239C. Grayscale: #B6B6B6. Windows color (decimal): -7676829 or 6544522. OLE color: 6544522.
HSL color Cylindrical-coordinate representation of color #8ADC63: hue angle of 100.66º 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 #8ADC63 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 99 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.14 |
| HSL | 100.66º | 0.63% | 0.63% | - |
| HSV(B) | 100.66º | 0.55% | 0.86% | - |
| XYZ | 38.33 | 57.49 | 20.88 | - |
| YUV | 181.69 | 81.33 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 99 | 0.37 | 0 | 0.55 | 0.14 | 100.66 | 0.63 | 0.63 |
| Hex | 8A | DC | 63 | 25 | 0 | 37 | E | 65 | 3F | 3F |
| Octal | 212 | 334 | 143 | 45 | 0 | 67 | 16 | 145 | 77 | 77 |
| Binary | 10001010 | 11011100 | 1100011 | 100101 | 0 | 110111 | 1110 | 1100101 | 111111 | 111111 |
Color Harmonies of #8ADC63
Complementary color
Monochromatic Colors of #8ADC63
Black with #8ADC63
Text Example
Text Example
White with #8ADC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC63; }
p { color: rgb(138,220,99); }
H1.HeaderClassName
{
color: #8ADC63;
}
.AnyTagClassName
{
color: #8ADC63;
}
</style>
background-color css
<style>
a { background-color: #8ADC63; }
a { background-color: rgb(138,220,99); }
div.DivClassName
{
background-color: #8ADC63;
}
.BgClassName
{
background-color: #8ADC63;
}
</style>
border-color css
<style>
span { border-color: #8ADC63; }
span { border-color: rgb(138,220,99); }
td.TdClassName
{
border-color: #8ADC63;
}
.TagClassName
{
border-color: #8ADC63;
}
</style>