Shades of Mantis #8ADF65
Tints of Mantis #8ADF65
RGB
CMYK
RGB Variations
Color information
#8ADF65 (or 0x8ADF65) is known color: Mantis. HEX triplet: 8A, DF and 65. RGB value is (138,223,101). Sum of RGB (Red+Green+Blue) = 138+223+101=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF65 is #75209A. Grayscale: #B8B8B8. Windows color (decimal): -7676059 or 6676362. OLE color: 6676362.
HSL color Cylindrical-coordinate representation of color #8ADF65: hue angle of 101.8º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ADF65 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 101 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.13 |
| HSL | 101.8º | 0.66% | 0.64% | - |
| HSV(B) | 101.8º | 0.55% | 0.87% | - |
| XYZ | 39.22 | 59.12 | 21.66 | - |
| YUV | 183.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 101 | 0.38 | 0 | 0.55 | 0.13 | 101.8 | 0.66 | 0.64 |
| Hex | 8A | DF | 65 | 26 | 0 | 37 | D | 66 | 42 | 40 |
| Octal | 212 | 337 | 145 | 46 | 0 | 67 | 15 | 146 | 102 | 100 |
| Binary | 10001010 | 11011111 | 1100101 | 100110 | 0 | 110111 | 1101 | 1100110 | 1000010 | 1000000 |
Color Harmonies of #8ADF65
Complementary color
Monochromatic Colors of #8ADF65
Black with #8ADF65
Text Example
Text Example
White with #8ADF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF65; }
p { color: rgb(138,223,101); }
H1.HeaderClassName
{
color: #8ADF65;
}
.AnyTagClassName
{
color: #8ADF65;
}
</style>
background-color css
<style>
a { background-color: #8ADF65; }
a { background-color: rgb(138,223,101); }
div.DivClassName
{
background-color: #8ADF65;
}
.BgClassName
{
background-color: #8ADF65;
}
</style>
border-color css
<style>
span { border-color: #8ADF65; }
span { border-color: rgb(138,223,101); }
td.TdClassName
{
border-color: #8ADF65;
}
.TagClassName
{
border-color: #8ADF65;
}
</style>