Shades of Mantis #6CCD5C
Tints of Mantis #6CCD5C
RGB
CMYK
RGB Variations
Color information
#6CCD5C (or 0x6CCD5C) is known color: Mantis. HEX triplet: 6C, CD and 5C. RGB value is (108,205,92). Sum of RGB (Red+Green+Blue) = 108+205+92=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD5C is #9332A3. Grayscale: #A3A3A3. Windows color (decimal): -9646756 or 6081900. OLE color: 6081900.
HSL color Cylindrical-coordinate representation of color #6CCD5C: hue angle of 111.5º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCD5C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 92 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.20 |
| HSL | 111.5º | 0.53% | 0.58% | - |
| HSV(B) | 111.5º | 0.55% | 0.8% | - |
| XYZ | 29.95 | 47.62 | 17.74 | - |
| YUV | 163.12 | 87.86 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 92 | 0.47 | 0 | 0.55 | 0.20 | 111.5 | 0.53 | 0.58 |
| Hex | 6C | CD | 5C | 2F | 0 | 37 | 14 | 70 | 35 | 3A |
| Octal | 154 | 315 | 134 | 57 | 0 | 67 | 24 | 160 | 65 | 72 |
| Binary | 1101100 | 11001101 | 1011100 | 101111 | 0 | 110111 | 10100 | 1110000 | 110101 | 111010 |
Color Harmonies of #6CCD5C
Complementary color
Monochromatic Colors of #6CCD5C
Black with #6CCD5C
Text Example
Text Example
White with #6CCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD5C; }
p { color: rgb(108,205,92); }
H1.HeaderClassName
{
color: #6CCD5C;
}
.AnyTagClassName
{
color: #6CCD5C;
}
</style>
background-color css
<style>
a { background-color: #6CCD5C; }
a { background-color: rgb(108,205,92); }
div.DivClassName
{
background-color: #6CCD5C;
}
.BgClassName
{
background-color: #6CCD5C;
}
</style>
border-color css
<style>
span { border-color: #6CCD5C; }
span { border-color: rgb(108,205,92); }
td.TdClassName
{
border-color: #6CCD5C;
}
.TagClassName
{
border-color: #6CCD5C;
}
</style>