Shades of Mantis #6CDA50
Tints of Mantis #6CDA50
RGB
CMYK
RGB Variations
Color information
#6CDA50 (or 0x6CDA50) is known color: Mantis. HEX triplet: 6C, DA and 50. RGB value is (108,218,80). Sum of RGB (Red+Green+Blue) = 108+218+80=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDA50 is #9325AF. Grayscale: #A9A9A9. Windows color (decimal): -9643440 or 5298796. OLE color: 5298796.
HSL color Cylindrical-coordinate representation of color #6CDA50: hue angle of 107.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6CDA50 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 80 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.15 |
| HSL | 107.83º | 0.65% | 0.58% | - |
| HSV(B) | 107.83º | 0.63% | 0.85% | - |
| XYZ | 32.7 | 53.91 | 16.27 | - |
| YUV | 169.38 | 77.56 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 80 | 0.50 | 0 | 0.63 | 0.15 | 107.83 | 0.65 | 0.58 |
| Hex | 6C | DA | 50 | 32 | 0 | 3F | F | 6C | 41 | 3A |
| Octal | 154 | 332 | 120 | 62 | 0 | 77 | 17 | 154 | 101 | 72 |
| Binary | 1101100 | 11011010 | 1010000 | 110010 | 0 | 111111 | 1111 | 1101100 | 1000001 | 111010 |
Color Harmonies of #6CDA50
Complementary color
Monochromatic Colors of #6CDA50
Black with #6CDA50
Text Example
Text Example
White with #6CDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA50; }
p { color: rgb(108,218,80); }
H1.HeaderClassName
{
color: #6CDA50;
}
.AnyTagClassName
{
color: #6CDA50;
}
</style>
background-color css
<style>
a { background-color: #6CDA50; }
a { background-color: rgb(108,218,80); }
div.DivClassName
{
background-color: #6CDA50;
}
.BgClassName
{
background-color: #6CDA50;
}
</style>
border-color css
<style>
span { border-color: #6CDA50; }
span { border-color: rgb(108,218,80); }
td.TdClassName
{
border-color: #6CDA50;
}
.TagClassName
{
border-color: #6CDA50;
}
</style>