Shades of Mantis #8ADC65
Tints of Mantis #8ADC65
RGB
CMYK
RGB Variations
Color information
#8ADC65 (or 0x8ADC65) is known color: Mantis. HEX triplet: 8A, DC and 65. RGB value is (138,220,101). Sum of RGB (Red+Green+Blue) = 138+220+101=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC65 is #75239A. Grayscale: #B6B6B6. Windows color (decimal): -7676827 or 6675594. OLE color: 6675594.
HSL color Cylindrical-coordinate representation of color #8ADC65: hue angle of 101.34º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8ADC65 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 101 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.14 |
| HSL | 101.34º | 0.63% | 0.63% | - |
| HSV(B) | 101.34º | 0.54% | 0.86% | - |
| XYZ | 38.42 | 57.53 | 21.39 | - |
| YUV | 181.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 101 | 0.37 | 0 | 0.54 | 0.14 | 101.34 | 0.63 | 0.63 |
| Hex | 8A | DC | 65 | 25 | 0 | 36 | E | 65 | 3F | 3F |
| Octal | 212 | 334 | 145 | 45 | 0 | 66 | 16 | 145 | 77 | 77 |
| Binary | 10001010 | 11011100 | 1100101 | 100101 | 0 | 110110 | 1110 | 1100101 | 111111 | 111111 |
Color Harmonies of #8ADC65
Complementary color
Monochromatic Colors of #8ADC65
Black with #8ADC65
Text Example
Text Example
White with #8ADC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC65; }
p { color: rgb(138,220,101); }
H1.HeaderClassName
{
color: #8ADC65;
}
.AnyTagClassName
{
color: #8ADC65;
}
</style>
background-color css
<style>
a { background-color: #8ADC65; }
a { background-color: rgb(138,220,101); }
div.DivClassName
{
background-color: #8ADC65;
}
.BgClassName
{
background-color: #8ADC65;
}
</style>
border-color css
<style>
span { border-color: #8ADC65; }
span { border-color: rgb(138,220,101); }
td.TdClassName
{
border-color: #8ADC65;
}
.TagClassName
{
border-color: #8ADC65;
}
</style>