Shades of Mantis #6CC95C
Tints of Mantis #6CC95C
RGB
CMYK
RGB Variations
Color information
#6CC95C (or 0x6CC95C) is known color: Mantis. HEX triplet: 6C, C9 and 5C. RGB value is (108,201,92). Sum of RGB (Red+Green+Blue) = 108+201+92=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC95C is #9336A3. Grayscale: #A1A1A1. Windows color (decimal): -9647780 or 6080876. OLE color: 6080876.
HSL color Cylindrical-coordinate representation of color #6CC95C: hue angle of 111.19º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CC95C is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 201 | 92 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.21 |
| HSL | 111.19º | 0.5% | 0.57% | - |
| HSV(B) | 111.19º | 0.54% | 0.79% | - |
| XYZ | 29 | 45.73 | 17.42 | - |
| YUV | 160.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 201 | 92 | 0.46 | 0 | 0.54 | 0.21 | 111.19 | 0.5 | 0.57 |
| Hex | 6C | C9 | 5C | 2E | 0 | 36 | 15 | 6F | 32 | 39 |
| Octal | 154 | 311 | 134 | 56 | 0 | 66 | 25 | 157 | 62 | 71 |
| Binary | 1101100 | 11001001 | 1011100 | 101110 | 0 | 110110 | 10101 | 1101111 | 110010 | 111001 |
Color Harmonies of #6CC95C
Complementary color
Monochromatic Colors of #6CC95C
Black with #6CC95C
Text Example
Text Example
White with #6CC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC95C; }
p { color: rgb(108,201,92); }
H1.HeaderClassName
{
color: #6CC95C;
}
.AnyTagClassName
{
color: #6CC95C;
}
</style>
background-color css
<style>
a { background-color: #6CC95C; }
a { background-color: rgb(108,201,92); }
div.DivClassName
{
background-color: #6CC95C;
}
.BgClassName
{
background-color: #6CC95C;
}
</style>
border-color css
<style>
span { border-color: #6CC95C; }
span { border-color: rgb(108,201,92); }
td.TdClassName
{
border-color: #6CC95C;
}
.TagClassName
{
border-color: #6CC95C;
}
</style>