Shades of Mantis #6CCD52
Tints of Mantis #6CCD52
RGB
CMYK
RGB Variations
Color information
#6CCD52 (or 0x6CCD52) is known color: Mantis. HEX triplet: 6C, CD and 52. RGB value is (108,205,82). Sum of RGB (Red+Green+Blue) = 108+205+82=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCD52 is #9332AD. Grayscale: #A2A2A2. Windows color (decimal): -9646766 or 5426540. OLE color: 5426540.
HSL color Cylindrical-coordinate representation of color #6CCD52: hue angle of 107.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CCD52 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 82 | - |
| CMYK | 0.47 | 0 | 0.6 | 0.20 |
| HSL | 107.32º | 0.55% | 0.56% | - |
| HSV(B) | 107.32º | 0.6% | 0.8% | - |
| XYZ | 29.54 | 47.46 | 15.59 | - |
| YUV | 161.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 82 | 0.47 | 0 | 0.6 | 0.20 | 107.32 | 0.55 | 0.56 |
| Hex | 6C | CD | 52 | 2F | 0 | 3C | 14 | 6B | 37 | 38 |
| Octal | 154 | 315 | 122 | 57 | 0 | 74 | 24 | 153 | 67 | 70 |
| Binary | 1101100 | 11001101 | 1010010 | 101111 | 0 | 111100 | 10100 | 1101011 | 110111 | 111000 |
Color Harmonies of #6CCD52
Complementary color
Monochromatic Colors of #6CCD52
Black with #6CCD52
Text Example
Text Example
White with #6CCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD52; }
p { color: rgb(108,205,82); }
H1.HeaderClassName
{
color: #6CCD52;
}
.AnyTagClassName
{
color: #6CCD52;
}
</style>
background-color css
<style>
a { background-color: #6CCD52; }
a { background-color: rgb(108,205,82); }
div.DivClassName
{
background-color: #6CCD52;
}
.BgClassName
{
background-color: #6CCD52;
}
</style>
border-color css
<style>
span { border-color: #6CCD52; }
span { border-color: rgb(108,205,82); }
td.TdClassName
{
border-color: #6CCD52;
}
.TagClassName
{
border-color: #6CCD52;
}
</style>