Shades of Mantis #8BDD58
Tints of Mantis #8BDD58
RGB
CMYK
RGB Variations
Color information
#8BDD58 (or 0x8BDD58) is known color: Mantis. HEX triplet: 8B, DD and 58. RGB value is (139,221,88). Sum of RGB (Red+Green+Blue) = 139+221+88=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD58 is #7422A7. Grayscale: #B5B5B5. Windows color (decimal): -7611048 or 5823883. OLE color: 5823883.
HSL color Cylindrical-coordinate representation of color #8BDD58: hue angle of 96.99º 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 #8BDD58 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 88 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.13 |
| HSL | 96.99º | 0.66% | 0.61% | - |
| HSV(B) | 96.99º | 0.6% | 0.87% | - |
| XYZ | 38.27 | 57.91 | 18.39 | - |
| YUV | 181.32 | 75.33 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 88 | 0.37 | 0 | 0.60 | 0.13 | 96.99 | 0.66 | 0.61 |
| Hex | 8B | DD | 58 | 25 | 0 | 3C | D | 61 | 42 | 3D |
| Octal | 213 | 335 | 130 | 45 | 0 | 74 | 15 | 141 | 102 | 75 |
| Binary | 10001011 | 11011101 | 1011000 | 100101 | 0 | 111100 | 1101 | 1100001 | 1000010 | 111101 |
Color Harmonies of #8BDD58
Complementary color
Monochromatic Colors of #8BDD58
Black with #8BDD58
Text Example
Text Example
White with #8BDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD58; }
p { color: rgb(139,221,88); }
H1.HeaderClassName
{
color: #8BDD58;
}
.AnyTagClassName
{
color: #8BDD58;
}
</style>
background-color css
<style>
a { background-color: #8BDD58; }
a { background-color: rgb(139,221,88); }
div.DivClassName
{
background-color: #8BDD58;
}
.BgClassName
{
background-color: #8BDD58;
}
</style>
border-color css
<style>
span { border-color: #8BDD58; }
span { border-color: rgb(139,221,88); }
td.TdClassName
{
border-color: #8BDD58;
}
.TagClassName
{
border-color: #8BDD58;
}
</style>