Shades of Mantis #6CDD43
Tints of Mantis #6CDD43
RGB
CMYK
RGB Variations
Color information
#6CDD43 (or 0x6CDD43) is known color: Mantis. HEX triplet: 6C, DD and 43. RGB value is (108,221,67). Sum of RGB (Red+Green+Blue) = 108+221+67=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CDD43 is #9322BC. Grayscale: #AAAAAA. Windows color (decimal): -9642685 or 4447596. OLE color: 4447596.
HSL color Cylindrical-coordinate representation of color #6CDD43: hue angle of 104.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6CDD43 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 67 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.13 |
| HSL | 104.03º | 0.69% | 0.56% | - |
| HSV(B) | 104.03º | 0.7% | 0.87% | - |
| XYZ | 33.05 | 55.31 | 14.24 | - |
| YUV | 169.66 | 70.06 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 67 | 0.51 | 0 | 0.70 | 0.13 | 104.03 | 0.69 | 0.56 |
| Hex | 6C | DD | 43 | 33 | 0 | 46 | D | 68 | 45 | 38 |
| Octal | 154 | 335 | 103 | 63 | 0 | 106 | 15 | 150 | 105 | 70 |
| Binary | 1101100 | 11011101 | 1000011 | 110011 | 0 | 1000110 | 1101 | 1101000 | 1000101 | 111000 |
Color Harmonies of #6CDD43
Complementary color
Monochromatic Colors of #6CDD43
Black with #6CDD43
Text Example
Text Example
White with #6CDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD43; }
p { color: rgb(108,221,67); }
H1.HeaderClassName
{
color: #6CDD43;
}
.AnyTagClassName
{
color: #6CDD43;
}
</style>
background-color css
<style>
a { background-color: #6CDD43; }
a { background-color: rgb(108,221,67); }
div.DivClassName
{
background-color: #6CDD43;
}
.BgClassName
{
background-color: #6CDD43;
}
</style>
border-color css
<style>
span { border-color: #6CDD43; }
span { border-color: rgb(108,221,67); }
td.TdClassName
{
border-color: #6CDD43;
}
.TagClassName
{
border-color: #6CDD43;
}
</style>