Shades of Mantis #6CCA5C
Tints of Mantis #6CCA5C
RGB
CMYK
RGB Variations
Color information
#6CCA5C (or 0x6CCA5C) is known color: Mantis. HEX triplet: 6C, CA and 5C. RGB value is (108,202,92). Sum of RGB (Red+Green+Blue) = 108+202+92=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCA5C is #9335A3. Grayscale: #A1A1A1. Windows color (decimal): -9647524 or 6081132. OLE color: 6081132.
HSL color Cylindrical-coordinate representation of color #6CCA5C: hue angle of 111.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCA5C is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 92 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.21 |
| HSL | 111.27º | 0.51% | 0.58% | - |
| HSV(B) | 111.27º | 0.54% | 0.79% | - |
| XYZ | 29.24 | 46.2 | 17.5 | - |
| YUV | 161.35 | 88.86 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 92 | 0.47 | 0 | 0.54 | 0.21 | 111.27 | 0.51 | 0.58 |
| Hex | 6C | CA | 5C | 2F | 0 | 36 | 15 | 6F | 33 | 3A |
| Octal | 154 | 312 | 134 | 57 | 0 | 66 | 25 | 157 | 63 | 72 |
| Binary | 1101100 | 11001010 | 1011100 | 101111 | 0 | 110110 | 10101 | 1101111 | 110011 | 111010 |
Color Harmonies of #6CCA5C
Complementary color
Monochromatic Colors of #6CCA5C
Black with #6CCA5C
Text Example
Text Example
White with #6CCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA5C; }
p { color: rgb(108,202,92); }
H1.HeaderClassName
{
color: #6CCA5C;
}
.AnyTagClassName
{
color: #6CCA5C;
}
</style>
background-color css
<style>
a { background-color: #6CCA5C; }
a { background-color: rgb(108,202,92); }
div.DivClassName
{
background-color: #6CCA5C;
}
.BgClassName
{
background-color: #6CCA5C;
}
</style>
border-color css
<style>
span { border-color: #6CCA5C; }
span { border-color: rgb(108,202,92); }
td.TdClassName
{
border-color: #6CCA5C;
}
.TagClassName
{
border-color: #6CCA5C;
}
</style>