Shades of Mantis #8ADD58
Tints of Mantis #8ADD58
RGB
CMYK
RGB Variations
Color information
#8ADD58 (or 0x8ADD58) is known color: Mantis. HEX triplet: 8A, DD and 58. RGB value is (138,221,88). Sum of RGB (Red+Green+Blue) = 138+221+88=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD58 is #7522A7. Grayscale: #B5B5B5. Windows color (decimal): -7676584 or 5823882. OLE color: 5823882.
HSL color Cylindrical-coordinate representation of color #8ADD58: hue angle of 97.44º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ADD58 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 88 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.13 |
| HSL | 97.44º | 0.66% | 0.61% | - |
| HSV(B) | 97.44º | 0.6% | 0.87% | - |
| XYZ | 38.1 | 57.82 | 18.39 | - |
| YUV | 181.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 88 | 0.38 | 0 | 0.60 | 0.13 | 97.44 | 0.66 | 0.61 |
| Hex | 8A | DD | 58 | 26 | 0 | 3C | D | 61 | 42 | 3D |
| Octal | 212 | 335 | 130 | 46 | 0 | 74 | 15 | 141 | 102 | 75 |
| Binary | 10001010 | 11011101 | 1011000 | 100110 | 0 | 111100 | 1101 | 1100001 | 1000010 | 111101 |
Color Harmonies of #8ADD58
Complementary color
Monochromatic Colors of #8ADD58
Black with #8ADD58
Text Example
Text Example
White with #8ADD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD58; }
p { color: rgb(138,221,88); }
H1.HeaderClassName
{
color: #8ADD58;
}
.AnyTagClassName
{
color: #8ADD58;
}
</style>
background-color css
<style>
a { background-color: #8ADD58; }
a { background-color: rgb(138,221,88); }
div.DivClassName
{
background-color: #8ADD58;
}
.BgClassName
{
background-color: #8ADD58;
}
</style>
border-color css
<style>
span { border-color: #8ADD58; }
span { border-color: rgb(138,221,88); }
td.TdClassName
{
border-color: #8ADD58;
}
.TagClassName
{
border-color: #8ADD58;
}
</style>