Shades of Mantis #6CDD49
Tints of Mantis #6CDD49
RGB
CMYK
RGB Variations
Color information
#6CDD49 (or 0x6CDD49) is known color: Mantis. HEX triplet: 6C, DD and 49. RGB value is (108,221,73). Sum of RGB (Red+Green+Blue) = 108+221+73=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD49 is #9322B6. Grayscale: #AAAAAA. Windows color (decimal): -9642679 or 4840812. OLE color: 4840812.
HSL color Cylindrical-coordinate representation of color #6CDD49: hue angle of 105.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6CDD49 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 73 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.13 |
| HSL | 105.81º | 0.69% | 0.58% | - |
| HSV(B) | 105.81º | 0.67% | 0.87% | - |
| XYZ | 33.24 | 55.38 | 15.24 | - |
| YUV | 170.34 | 73.06 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 73 | 0.51 | 0 | 0.67 | 0.13 | 105.81 | 0.69 | 0.58 |
| Hex | 6C | DD | 49 | 33 | 0 | 43 | D | 6A | 45 | 3A |
| Octal | 154 | 335 | 111 | 63 | 0 | 103 | 15 | 152 | 105 | 72 |
| Binary | 1101100 | 11011101 | 1001001 | 110011 | 0 | 1000011 | 1101 | 1101010 | 1000101 | 111010 |
Color Harmonies of #6CDD49
Complementary color
Monochromatic Colors of #6CDD49
Black with #6CDD49
Text Example
Text Example
White with #6CDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD49; }
p { color: rgb(108,221,73); }
H1.HeaderClassName
{
color: #6CDD49;
}
.AnyTagClassName
{
color: #6CDD49;
}
</style>
background-color css
<style>
a { background-color: #6CDD49; }
a { background-color: rgb(108,221,73); }
div.DivClassName
{
background-color: #6CDD49;
}
.BgClassName
{
background-color: #6CDD49;
}
</style>
border-color css
<style>
span { border-color: #6CDD49; }
span { border-color: rgb(108,221,73); }
td.TdClassName
{
border-color: #6CDD49;
}
.TagClassName
{
border-color: #6CDD49;
}
</style>