Shades of Mantis #6CD04D
Tints of Mantis #6CD04D
RGB
CMYK
RGB Variations
Color information
#6CD04D (or 0x6CD04D) is known color: Mantis. HEX triplet: 6C, D0 and 4D. RGB value is (108,208,77). Sum of RGB (Red+Green+Blue) = 108+208+77=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD04D is #932FB2. Grayscale: #A3A3A3. Windows color (decimal): -9646003 or 5099628. OLE color: 5099628.
HSL color Cylindrical-coordinate representation of color #6CD04D: hue angle of 105.8º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CD04D is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 77 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.18 |
| HSL | 105.8º | 0.58% | 0.56% | - |
| HSV(B) | 105.8º | 0.63% | 0.82% | - |
| XYZ | 30.08 | 48.84 | 14.86 | - |
| YUV | 163.17 | 79.37 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 77 | 0.48 | 0 | 0.63 | 0.18 | 105.8 | 0.58 | 0.56 |
| Hex | 6C | D0 | 4D | 30 | 0 | 3F | 12 | 6A | 3A | 38 |
| Octal | 154 | 320 | 115 | 60 | 0 | 77 | 22 | 152 | 72 | 70 |
| Binary | 1101100 | 11010000 | 1001101 | 110000 | 0 | 111111 | 10010 | 1101010 | 111010 | 111000 |
Color Harmonies of #6CD04D
Complementary color
Monochromatic Colors of #6CD04D
Black with #6CD04D
Text Example
Text Example
White with #6CD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD04D; }
p { color: rgb(108,208,77); }
H1.HeaderClassName
{
color: #6CD04D;
}
.AnyTagClassName
{
color: #6CD04D;
}
</style>
background-color css
<style>
a { background-color: #6CD04D; }
a { background-color: rgb(108,208,77); }
div.DivClassName
{
background-color: #6CD04D;
}
.BgClassName
{
background-color: #6CD04D;
}
</style>
border-color css
<style>
span { border-color: #6CD04D; }
span { border-color: rgb(108,208,77); }
td.TdClassName
{
border-color: #6CD04D;
}
.TagClassName
{
border-color: #6CD04D;
}
</style>