Shades of Mantis #6CC05F
Tints of Mantis #6CC05F
RGB
CMYK
RGB Variations
Color information
#6CC05F (or 0x6CC05F) is known color: Mantis. HEX triplet: 6C, C0 and 5F. RGB value is (108,192,95). Sum of RGB (Red+Green+Blue) = 108+192+95=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC05F is #933FA0. Grayscale: #9C9C9C. Windows color (decimal): -9650081 or 6275180. OLE color: 6275180.
HSL color Cylindrical-coordinate representation of color #6CC05F: hue angle of 111.96º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CC05F is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 95 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.25 |
| HSL | 111.96º | 0.43% | 0.56% | - |
| HSV(B) | 111.96º | 0.51% | 0.75% | - |
| XYZ | 27.1 | 41.71 | 17.45 | - |
| YUV | 155.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 95 | 0.44 | 0 | 0.51 | 0.25 | 111.96 | 0.43 | 0.56 |
| Hex | 6C | C0 | 5F | 2C | 0 | 33 | 19 | 70 | 2B | 38 |
| Octal | 154 | 300 | 137 | 54 | 0 | 63 | 31 | 160 | 53 | 70 |
| Binary | 1101100 | 11000000 | 1011111 | 101100 | 0 | 110011 | 11001 | 1110000 | 101011 | 111000 |
Color Harmonies of #6CC05F
Complementary color
Monochromatic Colors of #6CC05F
Black with #6CC05F
Text Example
Text Example
White with #6CC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC05F; }
p { color: rgb(108,192,95); }
H1.HeaderClassName
{
color: #6CC05F;
}
.AnyTagClassName
{
color: #6CC05F;
}
</style>
background-color css
<style>
a { background-color: #6CC05F; }
a { background-color: rgb(108,192,95); }
div.DivClassName
{
background-color: #6CC05F;
}
.BgClassName
{
background-color: #6CC05F;
}
</style>
border-color css
<style>
span { border-color: #6CC05F; }
span { border-color: rgb(108,192,95); }
td.TdClassName
{
border-color: #6CC05F;
}
.TagClassName
{
border-color: #6CC05F;
}
</style>