Shades of Mantis #6CDB4E
Tints of Mantis #6CDB4E
RGB
CMYK
RGB Variations
Color information
#6CDB4E (or 0x6CDB4E) is known color: Mantis. HEX triplet: 6C, DB and 4E. RGB value is (108,219,78). Sum of RGB (Red+Green+Blue) = 108+219+78=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB4E is #9324B1. Grayscale: #AAAAAA. Windows color (decimal): -9643186 or 5167980. OLE color: 5167980.
HSL color Cylindrical-coordinate representation of color #6CDB4E: hue angle of 107.23º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6CDB4E is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 78 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.14 |
| HSL | 107.23º | 0.66% | 0.58% | - |
| HSV(B) | 107.23º | 0.64% | 0.86% | - |
| XYZ | 32.89 | 54.4 | 15.97 | - |
| YUV | 169.74 | 76.23 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 78 | 0.51 | 0 | 0.64 | 0.14 | 107.23 | 0.66 | 0.58 |
| Hex | 6C | DB | 4E | 33 | 0 | 40 | E | 6B | 42 | 3A |
| Octal | 154 | 333 | 116 | 63 | 0 | 100 | 16 | 153 | 102 | 72 |
| Binary | 1101100 | 11011011 | 1001110 | 110011 | 0 | 1000000 | 1110 | 1101011 | 1000010 | 111010 |
Color Harmonies of #6CDB4E
Complementary color
Monochromatic Colors of #6CDB4E
Black with #6CDB4E
Text Example
Text Example
White with #6CDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB4E; }
p { color: rgb(108,219,78); }
H1.HeaderClassName
{
color: #6CDB4E;
}
.AnyTagClassName
{
color: #6CDB4E;
}
</style>
background-color css
<style>
a { background-color: #6CDB4E; }
a { background-color: rgb(108,219,78); }
div.DivClassName
{
background-color: #6CDB4E;
}
.BgClassName
{
background-color: #6CDB4E;
}
</style>
border-color css
<style>
span { border-color: #6CDB4E; }
span { border-color: rgb(108,219,78); }
td.TdClassName
{
border-color: #6CDB4E;
}
.TagClassName
{
border-color: #6CDB4E;
}
</style>