Shades of Mantis #6CCD5A
Tints of Mantis #6CCD5A
RGB
CMYK
RGB Variations
Color information
#6CCD5A (or 0x6CCD5A) is known color: Mantis. HEX triplet: 6C, CD and 5A. RGB value is (108,205,90). Sum of RGB (Red+Green+Blue) = 108+205+90=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD5A is #9332A5. Grayscale: #A3A3A3. Windows color (decimal): -9646758 or 5950828. OLE color: 5950828.
HSL color Cylindrical-coordinate representation of color #6CCD5A: hue angle of 110.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CCD5A is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 90 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.20 |
| HSL | 110.61º | 0.53% | 0.58% | - |
| HSV(B) | 110.61º | 0.56% | 0.8% | - |
| XYZ | 29.86 | 47.59 | 17.28 | - |
| YUV | 162.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 90 | 0.47 | 0 | 0.56 | 0.20 | 110.61 | 0.53 | 0.58 |
| Hex | 6C | CD | 5A | 2F | 0 | 38 | 14 | 6F | 35 | 3A |
| Octal | 154 | 315 | 132 | 57 | 0 | 70 | 24 | 157 | 65 | 72 |
| Binary | 1101100 | 11001101 | 1011010 | 101111 | 0 | 111000 | 10100 | 1101111 | 110101 | 111010 |
Color Harmonies of #6CCD5A
Complementary color
Monochromatic Colors of #6CCD5A
Black with #6CCD5A
Text Example
Text Example
White with #6CCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD5A; }
p { color: rgb(108,205,90); }
H1.HeaderClassName
{
color: #6CCD5A;
}
.AnyTagClassName
{
color: #6CCD5A;
}
</style>
background-color css
<style>
a { background-color: #6CCD5A; }
a { background-color: rgb(108,205,90); }
div.DivClassName
{
background-color: #6CCD5A;
}
.BgClassName
{
background-color: #6CCD5A;
}
</style>
border-color css
<style>
span { border-color: #6CCD5A; }
span { border-color: rgb(108,205,90); }
td.TdClassName
{
border-color: #6CCD5A;
}
.TagClassName
{
border-color: #6CCD5A;
}
</style>