Shades of Mantis #6CD04E
Tints of Mantis #6CD04E
RGB
CMYK
RGB Variations
Color information
#6CD04E (or 0x6CD04E) is known color: Mantis. HEX triplet: 6C, D0 and 4E. RGB value is (108,208,78). Sum of RGB (Red+Green+Blue) = 108+208+78=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD04E is #932FB1. Grayscale: #A3A3A3. Windows color (decimal): -9646002 or 5165164. OLE color: 5165164.
HSL color Cylindrical-coordinate representation of color #6CD04E: hue angle of 106.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6CD04E is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 78 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.18 |
| HSL | 106.15º | 0.58% | 0.56% | - |
| HSV(B) | 106.15º | 0.63% | 0.82% | - |
| XYZ | 30.12 | 48.85 | 15.05 | - |
| YUV | 163.28 | 79.87 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 78 | 0.48 | 0 | 0.62 | 0.18 | 106.15 | 0.58 | 0.56 |
| Hex | 6C | D0 | 4E | 30 | 0 | 3E | 12 | 6A | 3A | 38 |
| Octal | 154 | 320 | 116 | 60 | 0 | 76 | 22 | 152 | 72 | 70 |
| Binary | 1101100 | 11010000 | 1001110 | 110000 | 0 | 111110 | 10010 | 1101010 | 111010 | 111000 |
Color Harmonies of #6CD04E
Complementary color
Monochromatic Colors of #6CD04E
Black with #6CD04E
Text Example
Text Example
White with #6CD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD04E; }
p { color: rgb(108,208,78); }
H1.HeaderClassName
{
color: #6CD04E;
}
.AnyTagClassName
{
color: #6CD04E;
}
</style>
background-color css
<style>
a { background-color: #6CD04E; }
a { background-color: rgb(108,208,78); }
div.DivClassName
{
background-color: #6CD04E;
}
.BgClassName
{
background-color: #6CD04E;
}
</style>
border-color css
<style>
span { border-color: #6CD04E; }
span { border-color: rgb(108,208,78); }
td.TdClassName
{
border-color: #6CD04E;
}
.TagClassName
{
border-color: #6CD04E;
}
</style>