Shades of Mantis #6CD34D
Tints of Mantis #6CD34D
RGB
CMYK
RGB Variations
Color information
#6CD34D (or 0x6CD34D) is known color: Mantis. HEX triplet: 6C, D3 and 4D. RGB value is (108,211,77). Sum of RGB (Red+Green+Blue) = 108+211+77=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD34D is #932CB2. Grayscale: #A5A5A5. Windows color (decimal): -9645235 or 5100396. OLE color: 5100396.
HSL color Cylindrical-coordinate representation of color #6CD34D: hue angle of 106.12º degrees, saturation: 0.6, 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 #6CD34D is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 211 | 77 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.17 |
| HSL | 106.12º | 0.6% | 0.56% | - |
| HSV(B) | 106.12º | 0.64% | 0.83% | - |
| XYZ | 30.82 | 50.31 | 15.11 | - |
| YUV | 164.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 77 | 0.49 | 0 | 0.64 | 0.17 | 106.12 | 0.6 | 0.56 |
| Hex | 6C | D3 | 4D | 31 | 0 | 40 | 11 | 6A | 3C | 38 |
| Octal | 154 | 323 | 115 | 61 | 0 | 100 | 21 | 152 | 74 | 70 |
| Binary | 1101100 | 11010011 | 1001101 | 110001 | 0 | 1000000 | 10001 | 1101010 | 111100 | 111000 |
Color Harmonies of #6CD34D
Complementary color
Monochromatic Colors of #6CD34D
Black with #6CD34D
Text Example
Text Example
White with #6CD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD34D; }
p { color: rgb(108,211,77); }
H1.HeaderClassName
{
color: #6CD34D;
}
.AnyTagClassName
{
color: #6CD34D;
}
</style>
background-color css
<style>
a { background-color: #6CD34D; }
a { background-color: rgb(108,211,77); }
div.DivClassName
{
background-color: #6CD34D;
}
.BgClassName
{
background-color: #6CD34D;
}
</style>
border-color css
<style>
span { border-color: #6CD34D; }
span { border-color: rgb(108,211,77); }
td.TdClassName
{
border-color: #6CD34D;
}
.TagClassName
{
border-color: #6CD34D;
}
</style>