Shades of Mantis #8CDB6A
Tints of Mantis #8CDB6A
RGB
CMYK
RGB Variations
Color information
#8CDB6A (or 0x8CDB6A) is known color: Mantis. HEX triplet: 8C, DB and 6A. RGB value is (140,219,106). Sum of RGB (Red+Green+Blue) = 140+219+106=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB6A is #732495. Grayscale: #B6B6B6. Windows color (decimal): -7546006 or 7003020. OLE color: 7003020.
HSL color Cylindrical-coordinate representation of color #8CDB6A: hue angle of 101.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CDB6A is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 106 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.14 |
| HSL | 101.95º | 0.61% | 0.64% | - |
| HSV(B) | 101.95º | 0.52% | 0.86% | - |
| XYZ | 38.75 | 57.28 | 22.65 | - |
| YUV | 182.5 | 84.83 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 106 | 0.36 | 0 | 0.52 | 0.14 | 101.95 | 0.61 | 0.64 |
| Hex | 8C | DB | 6A | 24 | 0 | 34 | E | 66 | 3D | 40 |
| Octal | 214 | 333 | 152 | 44 | 0 | 64 | 16 | 146 | 75 | 100 |
| Binary | 10001100 | 11011011 | 1101010 | 100100 | 0 | 110100 | 1110 | 1100110 | 111101 | 1000000 |
Color Harmonies of #8CDB6A
Complementary color
Monochromatic Colors of #8CDB6A
Black with #8CDB6A
Text Example
Text Example
White with #8CDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB6A; }
p { color: rgb(140,219,106); }
H1.HeaderClassName
{
color: #8CDB6A;
}
.AnyTagClassName
{
color: #8CDB6A;
}
</style>
background-color css
<style>
a { background-color: #8CDB6A; }
a { background-color: rgb(140,219,106); }
div.DivClassName
{
background-color: #8CDB6A;
}
.BgClassName
{
background-color: #8CDB6A;
}
</style>
border-color css
<style>
span { border-color: #8CDB6A; }
span { border-color: rgb(140,219,106); }
td.TdClassName
{
border-color: #8CDB6A;
}
.TagClassName
{
border-color: #8CDB6A;
}
</style>