Shades of Mantis #8ADF64
Tints of Mantis #8ADF64
RGB
CMYK
RGB Variations
Color information
#8ADF64 (or 0x8ADF64) is known color: Mantis. HEX triplet: 8A, DF and 64. RGB value is (138,223,100). Sum of RGB (Red+Green+Blue) = 138+223+100=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF64 is #75209B. Grayscale: #B7B7B7. Windows color (decimal): -7676060 or 6610826. OLE color: 6610826.
HSL color Cylindrical-coordinate representation of color #8ADF64: hue angle of 101.46º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ADF64 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 100 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.13 |
| HSL | 101.46º | 0.66% | 0.63% | - |
| HSV(B) | 101.46º | 0.55% | 0.87% | - |
| XYZ | 39.17 | 59.1 | 21.4 | - |
| YUV | 183.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 100 | 0.38 | 0 | 0.55 | 0.13 | 101.46 | 0.66 | 0.63 |
| Hex | 8A | DF | 64 | 26 | 0 | 37 | D | 65 | 42 | 3F |
| Octal | 212 | 337 | 144 | 46 | 0 | 67 | 15 | 145 | 102 | 77 |
| Binary | 10001010 | 11011111 | 1100100 | 100110 | 0 | 110111 | 1101 | 1100101 | 1000010 | 111111 |
Color Harmonies of #8ADF64
Complementary color
Monochromatic Colors of #8ADF64
Black with #8ADF64
Text Example
Text Example
White with #8ADF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF64; }
p { color: rgb(138,223,100); }
H1.HeaderClassName
{
color: #8ADF64;
}
.AnyTagClassName
{
color: #8ADF64;
}
</style>
background-color css
<style>
a { background-color: #8ADF64; }
a { background-color: rgb(138,223,100); }
div.DivClassName
{
background-color: #8ADF64;
}
.BgClassName
{
background-color: #8ADF64;
}
</style>
border-color css
<style>
span { border-color: #8ADF64; }
span { border-color: rgb(138,223,100); }
td.TdClassName
{
border-color: #8ADF64;
}
.TagClassName
{
border-color: #8ADF64;
}
</style>