Shades of Mantis #8ADB58
Tints of Mantis #8ADB58
RGB
CMYK
RGB Variations
Color information
#8ADB58 (or 0x8ADB58) is known color: Mantis. HEX triplet: 8A, DB and 58. RGB value is (138,219,88). Sum of RGB (Red+Green+Blue) = 138+219+88=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB58 is #7524A7. Grayscale: #B4B4B4. Windows color (decimal): -7677096 or 5823370. OLE color: 5823370.
HSL color Cylindrical-coordinate representation of color #8ADB58: hue angle of 97.1º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ADB58 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 88 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.14 |
| HSL | 97.1º | 0.65% | 0.6% | - |
| HSV(B) | 97.1º | 0.6% | 0.86% | - |
| XYZ | 37.57 | 56.77 | 18.21 | - |
| YUV | 179.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 88 | 0.37 | 0 | 0.60 | 0.14 | 97.1 | 0.65 | 0.6 |
| Hex | 8A | DB | 58 | 25 | 0 | 3C | E | 61 | 41 | 3C |
| Octal | 212 | 333 | 130 | 45 | 0 | 74 | 16 | 141 | 101 | 74 |
| Binary | 10001010 | 11011011 | 1011000 | 100101 | 0 | 111100 | 1110 | 1100001 | 1000001 | 111100 |
Color Harmonies of #8ADB58
Complementary color
Monochromatic Colors of #8ADB58
Black with #8ADB58
Text Example
Text Example
White with #8ADB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB58; }
p { color: rgb(138,219,88); }
H1.HeaderClassName
{
color: #8ADB58;
}
.AnyTagClassName
{
color: #8ADB58;
}
</style>
background-color css
<style>
a { background-color: #8ADB58; }
a { background-color: rgb(138,219,88); }
div.DivClassName
{
background-color: #8ADB58;
}
.BgClassName
{
background-color: #8ADB58;
}
</style>
border-color css
<style>
span { border-color: #8ADB58; }
span { border-color: rgb(138,219,88); }
td.TdClassName
{
border-color: #8ADB58;
}
.TagClassName
{
border-color: #8ADB58;
}
</style>