Shades of Mantis #6CDD4D
Tints of Mantis #6CDD4D
RGB
CMYK
RGB Variations
Color information
#6CDD4D (or 0x6CDD4D) is known color: Mantis. HEX triplet: 6C, DD and 4D. RGB value is (108,221,77). Sum of RGB (Red+Green+Blue) = 108+221+77=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDD4D is #9322B2. Grayscale: #ABABAB. Windows color (decimal): -9642675 or 5102956. OLE color: 5102956.
HSL color Cylindrical-coordinate representation of color #6CDD4D: hue angle of 107.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6CDD4D is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 77 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.13 |
| HSL | 107.08º | 0.68% | 0.58% | - |
| HSV(B) | 107.08º | 0.65% | 0.87% | - |
| XYZ | 33.38 | 55.44 | 15.96 | - |
| YUV | 170.8 | 75.06 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 77 | 0.51 | 0 | 0.65 | 0.13 | 107.08 | 0.68 | 0.58 |
| Hex | 6C | DD | 4D | 33 | 0 | 41 | D | 6B | 44 | 3A |
| Octal | 154 | 335 | 115 | 63 | 0 | 101 | 15 | 153 | 104 | 72 |
| Binary | 1101100 | 11011101 | 1001101 | 110011 | 0 | 1000001 | 1101 | 1101011 | 1000100 | 111010 |
Color Harmonies of #6CDD4D
Complementary color
Monochromatic Colors of #6CDD4D
Black with #6CDD4D
Text Example
Text Example
White with #6CDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD4D; }
p { color: rgb(108,221,77); }
H1.HeaderClassName
{
color: #6CDD4D;
}
.AnyTagClassName
{
color: #6CDD4D;
}
</style>
background-color css
<style>
a { background-color: #6CDD4D; }
a { background-color: rgb(108,221,77); }
div.DivClassName
{
background-color: #6CDD4D;
}
.BgClassName
{
background-color: #6CDD4D;
}
</style>
border-color css
<style>
span { border-color: #6CDD4D; }
span { border-color: rgb(108,221,77); }
td.TdClassName
{
border-color: #6CDD4D;
}
.TagClassName
{
border-color: #6CDD4D;
}
</style>