Shades of Mantis #6CD44C
Tints of Mantis #6CD44C
RGB
CMYK
RGB Variations
Color information
#6CD44C (or 0x6CD44C) is known color: Mantis. HEX triplet: 6C, D4 and 4C. RGB value is (108,212,76). Sum of RGB (Red+Green+Blue) = 108+212+76=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CD44C is #932BB3. Grayscale: #A5A5A5. Windows color (decimal): -9644980 or 5035116. OLE color: 5035116.
HSL color Cylindrical-coordinate representation of color #6CD44C: hue angle of 105.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CD44C is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 212 | 76 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.17 |
| HSL | 105.88º | 0.61% | 0.56% | - |
| HSV(B) | 105.88º | 0.64% | 0.83% | - |
| XYZ | 31.03 | 50.8 | 15.01 | - |
| YUV | 165.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 212 | 76 | 0.49 | 0 | 0.64 | 0.17 | 105.88 | 0.61 | 0.56 |
| Hex | 6C | D4 | 4C | 31 | 0 | 40 | 11 | 6A | 3D | 38 |
| Octal | 154 | 324 | 114 | 61 | 0 | 100 | 21 | 152 | 75 | 70 |
| Binary | 1101100 | 11010100 | 1001100 | 110001 | 0 | 1000000 | 10001 | 1101010 | 111101 | 111000 |
Color Harmonies of #6CD44C
Complementary color
Monochromatic Colors of #6CD44C
Black with #6CD44C
Text Example
Text Example
White with #6CD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD44C; }
p { color: rgb(108,212,76); }
H1.HeaderClassName
{
color: #6CD44C;
}
.AnyTagClassName
{
color: #6CD44C;
}
</style>
background-color css
<style>
a { background-color: #6CD44C; }
a { background-color: rgb(108,212,76); }
div.DivClassName
{
background-color: #6CD44C;
}
.BgClassName
{
background-color: #6CD44C;
}
</style>
border-color css
<style>
span { border-color: #6CD44C; }
span { border-color: rgb(108,212,76); }
td.TdClassName
{
border-color: #6CD44C;
}
.TagClassName
{
border-color: #6CD44C;
}
</style>