Shades of Mantis #8ADB5B
Tints of Mantis #8ADB5B
RGB
CMYK
RGB Variations
Color information
#8ADB5B (or 0x8ADB5B) is known color: Mantis. HEX triplet: 8A, DB and 5B. RGB value is (138,219,91). Sum of RGB (Red+Green+Blue) = 138+219+91=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB5B is #7524A4. Grayscale: #B4B4B4. Windows color (decimal): -7677093 or 6019978. OLE color: 6019978.
HSL color Cylindrical-coordinate representation of color #8ADB5B: hue angle of 97.97º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ADB5B is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 91 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.14 |
| HSL | 97.97º | 0.64% | 0.61% | - |
| HSV(B) | 97.97º | 0.58% | 0.86% | - |
| XYZ | 37.7 | 56.82 | 18.88 | - |
| YUV | 180.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 91 | 0.37 | 0 | 0.58 | 0.14 | 97.97 | 0.64 | 0.61 |
| Hex | 8A | DB | 5B | 25 | 0 | 3A | E | 62 | 40 | 3D |
| Octal | 212 | 333 | 133 | 45 | 0 | 72 | 16 | 142 | 100 | 75 |
| Binary | 10001010 | 11011011 | 1011011 | 100101 | 0 | 111010 | 1110 | 1100010 | 1000000 | 111101 |
Color Harmonies of #8ADB5B
Complementary color
Monochromatic Colors of #8ADB5B
Black with #8ADB5B
Text Example
Text Example
White with #8ADB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB5B; }
p { color: rgb(138,219,91); }
H1.HeaderClassName
{
color: #8ADB5B;
}
.AnyTagClassName
{
color: #8ADB5B;
}
</style>
background-color css
<style>
a { background-color: #8ADB5B; }
a { background-color: rgb(138,219,91); }
div.DivClassName
{
background-color: #8ADB5B;
}
.BgClassName
{
background-color: #8ADB5B;
}
</style>
border-color css
<style>
span { border-color: #8ADB5B; }
span { border-color: rgb(138,219,91); }
td.TdClassName
{
border-color: #8ADB5B;
}
.TagClassName
{
border-color: #8ADB5B;
}
</style>