Shades of Mantis #6CC15E
Tints of Mantis #6CC15E
RGB
CMYK
RGB Variations
Color information
#6CC15E (or 0x6CC15E) is known color: Mantis. HEX triplet: 6C, C1 and 5E. RGB value is (108,193,94). Sum of RGB (Red+Green+Blue) = 108+193+94=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC15E is #933EA1. Grayscale: #9C9C9C. Windows color (decimal): -9649826 or 6209900. OLE color: 6209900.
HSL color Cylindrical-coordinate representation of color #6CC15E: hue angle of 111.52º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CC15E is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 193 | 94 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.24 |
| HSL | 111.52º | 0.44% | 0.56% | - |
| HSV(B) | 111.52º | 0.51% | 0.76% | - |
| XYZ | 27.27 | 42.14 | 17.29 | - |
| YUV | 156.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 193 | 94 | 0.44 | 0 | 0.51 | 0.24 | 111.52 | 0.44 | 0.56 |
| Hex | 6C | C1 | 5E | 2C | 0 | 33 | 18 | 70 | 2C | 38 |
| Octal | 154 | 301 | 136 | 54 | 0 | 63 | 30 | 160 | 54 | 70 |
| Binary | 1101100 | 11000001 | 1011110 | 101100 | 0 | 110011 | 11000 | 1110000 | 101100 | 111000 |
Color Harmonies of #6CC15E
Complementary color
Monochromatic Colors of #6CC15E
Black with #6CC15E
Text Example
Text Example
White with #6CC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC15E; }
p { color: rgb(108,193,94); }
H1.HeaderClassName
{
color: #6CC15E;
}
.AnyTagClassName
{
color: #6CC15E;
}
</style>
background-color css
<style>
a { background-color: #6CC15E; }
a { background-color: rgb(108,193,94); }
div.DivClassName
{
background-color: #6CC15E;
}
.BgClassName
{
background-color: #6CC15E;
}
</style>
border-color css
<style>
span { border-color: #6CC15E; }
span { border-color: rgb(108,193,94); }
td.TdClassName
{
border-color: #6CC15E;
}
.TagClassName
{
border-color: #6CC15E;
}
</style>