Shades of Mantis #8ADB59
Tints of Mantis #8ADB59
RGB
CMYK
RGB Variations
Color information
#8ADB59 (or 0x8ADB59) is known color: Mantis. HEX triplet: 8A, DB and 59. RGB value is (138,219,89). Sum of RGB (Red+Green+Blue) = 138+219+89=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB59 is #7524A6. Grayscale: #B4B4B4. Windows color (decimal): -7677095 or 5888906. OLE color: 5888906.
HSL color Cylindrical-coordinate representation of color #8ADB59: hue angle of 97.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8ADB59 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 89 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.14 |
| HSL | 97.38º | 0.64% | 0.6% | - |
| HSV(B) | 97.38º | 0.59% | 0.86% | - |
| XYZ | 37.62 | 56.79 | 18.43 | - |
| YUV | 179.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 89 | 0.37 | 0 | 0.59 | 0.14 | 97.38 | 0.64 | 0.6 |
| Hex | 8A | DB | 59 | 25 | 0 | 3B | E | 61 | 40 | 3C |
| Octal | 212 | 333 | 131 | 45 | 0 | 73 | 16 | 141 | 100 | 74 |
| Binary | 10001010 | 11011011 | 1011001 | 100101 | 0 | 111011 | 1110 | 1100001 | 1000000 | 111100 |
Color Harmonies of #8ADB59
Complementary color
Monochromatic Colors of #8ADB59
Black with #8ADB59
Text Example
Text Example
White with #8ADB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB59; }
p { color: rgb(138,219,89); }
H1.HeaderClassName
{
color: #8ADB59;
}
.AnyTagClassName
{
color: #8ADB59;
}
</style>
background-color css
<style>
a { background-color: #8ADB59; }
a { background-color: rgb(138,219,89); }
div.DivClassName
{
background-color: #8ADB59;
}
.BgClassName
{
background-color: #8ADB59;
}
</style>
border-color css
<style>
span { border-color: #8ADB59; }
span { border-color: rgb(138,219,89); }
td.TdClassName
{
border-color: #8ADB59;
}
.TagClassName
{
border-color: #8ADB59;
}
</style>