Shades of Mantis #8BD468
Tints of Mantis #8BD468
RGB
CMYK
RGB Variations
Color information
#8BD468 (or 0x8BD468) is known color: Mantis. HEX triplet: 8B, D4 and 68. RGB value is (139,212,104). Sum of RGB (Red+Green+Blue) = 139+212+104=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD468 is #742B97. Grayscale: #B2B2B2. Windows color (decimal): -7613336 or 6870155. OLE color: 6870155.
HSL color Cylindrical-coordinate representation of color #8BD468: hue angle of 100.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BD468 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 104 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.17 |
| HSL | 100.56º | 0.56% | 0.62% | - |
| HSV(B) | 100.56º | 0.51% | 0.83% | - |
| XYZ | 36.69 | 53.58 | 21.5 | - |
| YUV | 177.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 104 | 0.34 | 0 | 0.51 | 0.17 | 100.56 | 0.56 | 0.62 |
| Hex | 8B | D4 | 68 | 22 | 0 | 33 | 11 | 65 | 38 | 3E |
| Octal | 213 | 324 | 150 | 42 | 0 | 63 | 21 | 145 | 70 | 76 |
| Binary | 10001011 | 11010100 | 1101000 | 100010 | 0 | 110011 | 10001 | 1100101 | 111000 | 111110 |
Color Harmonies of #8BD468
Complementary color
Monochromatic Colors of #8BD468
Black with #8BD468
Text Example
Text Example
White with #8BD468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD468; }
p { color: rgb(139,212,104); }
H1.HeaderClassName
{
color: #8BD468;
}
.AnyTagClassName
{
color: #8BD468;
}
</style>
background-color css
<style>
a { background-color: #8BD468; }
a { background-color: rgb(139,212,104); }
div.DivClassName
{
background-color: #8BD468;
}
.BgClassName
{
background-color: #8BD468;
}
</style>
border-color css
<style>
span { border-color: #8BD468; }
span { border-color: rgb(139,212,104); }
td.TdClassName
{
border-color: #8BD468;
}
.TagClassName
{
border-color: #8BD468;
}
</style>