Shades of Mantis #6CCD55
Tints of Mantis #6CCD55
RGB
CMYK
RGB Variations
Color information
#6CCD55 (or 0x6CCD55) is known color: Mantis. HEX triplet: 6C, CD and 55. RGB value is (108,205,85). Sum of RGB (Red+Green+Blue) = 108+205+85=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD55 is #9332AA. Grayscale: #A2A2A2. Windows color (decimal): -9646763 or 5623148. OLE color: 5623148.
HSL color Cylindrical-coordinate representation of color #6CCD55: hue angle of 108.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CCD55 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 85 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.20 |
| HSL | 108.5º | 0.55% | 0.57% | - |
| HSV(B) | 108.5º | 0.59% | 0.8% | - |
| XYZ | 29.66 | 47.51 | 16.2 | - |
| YUV | 162.32 | 84.36 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 85 | 0.47 | 0 | 0.59 | 0.20 | 108.5 | 0.55 | 0.57 |
| Hex | 6C | CD | 55 | 2F | 0 | 3B | 14 | 6C | 37 | 39 |
| Octal | 154 | 315 | 125 | 57 | 0 | 73 | 24 | 154 | 67 | 71 |
| Binary | 1101100 | 11001101 | 1010101 | 101111 | 0 | 111011 | 10100 | 1101100 | 110111 | 111001 |
Color Harmonies of #6CCD55
Complementary color
Monochromatic Colors of #6CCD55
Black with #6CCD55
Text Example
Text Example
White with #6CCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD55; }
p { color: rgb(108,205,85); }
H1.HeaderClassName
{
color: #6CCD55;
}
.AnyTagClassName
{
color: #6CCD55;
}
</style>
background-color css
<style>
a { background-color: #6CCD55; }
a { background-color: rgb(108,205,85); }
div.DivClassName
{
background-color: #6CCD55;
}
.BgClassName
{
background-color: #6CCD55;
}
</style>
border-color css
<style>
span { border-color: #6CCD55; }
span { border-color: rgb(108,205,85); }
td.TdClassName
{
border-color: #6CCD55;
}
.TagClassName
{
border-color: #6CCD55;
}
</style>