Shades of Mantis #6CCD5B
Tints of Mantis #6CCD5B
RGB
CMYK
RGB Variations
Color information
#6CCD5B (or 0x6CCD5B) is known color: Mantis. HEX triplet: 6C, CD and 5B. RGB value is (108,205,91). Sum of RGB (Red+Green+Blue) = 108+205+91=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD5B is #9332A4. Grayscale: #A3A3A3. Windows color (decimal): -9646757 or 6016364. OLE color: 6016364.
HSL color Cylindrical-coordinate representation of color #6CCD5B: hue angle of 111.05º 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 #6CCD5B is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 91 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.20 |
| HSL | 111.05º | 0.53% | 0.58% | - |
| HSV(B) | 111.05º | 0.56% | 0.8% | - |
| XYZ | 29.9 | 47.61 | 17.51 | - |
| YUV | 163 | 87.36 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 91 | 0.47 | 0 | 0.56 | 0.20 | 111.05 | 0.53 | 0.58 |
| Hex | 6C | CD | 5B | 2F | 0 | 38 | 14 | 6F | 35 | 3A |
| Octal | 154 | 315 | 133 | 57 | 0 | 70 | 24 | 157 | 65 | 72 |
| Binary | 1101100 | 11001101 | 1011011 | 101111 | 0 | 111000 | 10100 | 1101111 | 110101 | 111010 |
Color Harmonies of #6CCD5B
Complementary color
Monochromatic Colors of #6CCD5B
Black with #6CCD5B
Text Example
Text Example
White with #6CCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD5B; }
p { color: rgb(108,205,91); }
H1.HeaderClassName
{
color: #6CCD5B;
}
.AnyTagClassName
{
color: #6CCD5B;
}
</style>
background-color css
<style>
a { background-color: #6CCD5B; }
a { background-color: rgb(108,205,91); }
div.DivClassName
{
background-color: #6CCD5B;
}
.BgClassName
{
background-color: #6CCD5B;
}
</style>
border-color css
<style>
span { border-color: #6CCD5B; }
span { border-color: rgb(108,205,91); }
td.TdClassName
{
border-color: #6CCD5B;
}
.TagClassName
{
border-color: #6CCD5B;
}
</style>