Shades of Mantis #6CC95F
Tints of Mantis #6CC95F
RGB
CMYK
RGB Variations
Color information
#6CC95F (or 0x6CC95F) is known color: Mantis. HEX triplet: 6C, C9 and 5F. RGB value is (108,201,95). Sum of RGB (Red+Green+Blue) = 108+201+95=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #6CC95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC95F is #9336A0. Grayscale: #A1A1A1. Windows color (decimal): -9647777 or 6277484. OLE color: 6277484.
HSL color Cylindrical-coordinate representation of color #6CC95F: hue angle of 112.64º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CC95F is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 201 | 95 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.21 |
| HSL | 112.64º | 0.5% | 0.58% | - |
| HSV(B) | 112.64º | 0.53% | 0.79% | - |
| XYZ | 29.14 | 45.79 | 18.13 | - |
| YUV | 161.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 201 | 95 | 0.46 | 0 | 0.53 | 0.21 | 112.64 | 0.5 | 0.58 |
| Hex | 6C | C9 | 5F | 2E | 0 | 35 | 15 | 71 | 32 | 3A |
| Octal | 154 | 311 | 137 | 56 | 0 | 65 | 25 | 161 | 62 | 72 |
| Binary | 1101100 | 11001001 | 1011111 | 101110 | 0 | 110101 | 10101 | 1110001 | 110010 | 111010 |
Color Harmonies of #6CC95F
Complementary color
Monochromatic Colors of #6CC95F
Black with #6CC95F
Text Example
Text Example
White with #6CC95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC95F; }
p { color: rgb(108,201,95); }
H1.HeaderClassName
{
color: #6CC95F;
}
.AnyTagClassName
{
color: #6CC95F;
}
</style>
background-color css
<style>
a { background-color: #6CC95F; }
a { background-color: rgb(108,201,95); }
div.DivClassName
{
background-color: #6CC95F;
}
.BgClassName
{
background-color: #6CC95F;
}
</style>
border-color css
<style>
span { border-color: #6CC95F; }
span { border-color: rgb(108,201,95); }
td.TdClassName
{
border-color: #6CC95F;
}
.TagClassName
{
border-color: #6CC95F;
}
</style>