Shades of Mantis #6CC85D
Tints of Mantis #6CC85D
RGB
CMYK
RGB Variations
Color information
#6CC85D (or 0x6CC85D) is known color: Mantis. HEX triplet: 6C, C8 and 5D. RGB value is (108,200,93). Sum of RGB (Red+Green+Blue) = 108+200+93=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC85D is #9337A2. Grayscale: #A0A0A0. Windows color (decimal): -9648035 or 6146156. OLE color: 6146156.
HSL color Cylindrical-coordinate representation of color #6CC85D: hue angle of 111.59º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CC85D is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 200 | 93 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.22 |
| HSL | 111.59º | 0.49% | 0.57% | - |
| HSV(B) | 111.59º | 0.54% | 0.78% | - |
| XYZ | 28.81 | 45.29 | 17.58 | - |
| YUV | 160.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 200 | 93 | 0.46 | 0 | 0.54 | 0.22 | 111.59 | 0.49 | 0.57 |
| Hex | 6C | C8 | 5D | 2E | 0 | 36 | 16 | 70 | 31 | 39 |
| Octal | 154 | 310 | 135 | 56 | 0 | 66 | 26 | 160 | 61 | 71 |
| Binary | 1101100 | 11001000 | 1011101 | 101110 | 0 | 110110 | 10110 | 1110000 | 110001 | 111001 |
Color Harmonies of #6CC85D
Complementary color
Monochromatic Colors of #6CC85D
Black with #6CC85D
Text Example
Text Example
White with #6CC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC85D; }
p { color: rgb(108,200,93); }
H1.HeaderClassName
{
color: #6CC85D;
}
.AnyTagClassName
{
color: #6CC85D;
}
</style>
background-color css
<style>
a { background-color: #6CC85D; }
a { background-color: rgb(108,200,93); }
div.DivClassName
{
background-color: #6CC85D;
}
.BgClassName
{
background-color: #6CC85D;
}
</style>
border-color css
<style>
span { border-color: #6CC85D; }
span { border-color: rgb(108,200,93); }
td.TdClassName
{
border-color: #6CC85D;
}
.TagClassName
{
border-color: #6CC85D;
}
</style>