Shades of Mantis #6CD150
Tints of Mantis #6CD150
RGB
CMYK
RGB Variations
Color information
#6CD150 (or 0x6CD150) is known color: Mantis. HEX triplet: 6C, D1 and 50. RGB value is (108,209,80). Sum of RGB (Red+Green+Blue) = 108+209+80=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #6CD150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD150 is #932EAF. Grayscale: #A4A4A4. Windows color (decimal): -9645744 or 5296492. OLE color: 5296492.
HSL color Cylindrical-coordinate representation of color #6CD150: hue angle of 106.98º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6CD150 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 209 | 80 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.18 |
| HSL | 106.98º | 0.58% | 0.57% | - |
| HSV(B) | 106.98º | 0.62% | 0.82% | - |
| XYZ | 30.43 | 49.37 | 15.51 | - |
| YUV | 164.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 209 | 80 | 0.48 | 0 | 0.62 | 0.18 | 106.98 | 0.58 | 0.57 |
| Hex | 6C | D1 | 50 | 30 | 0 | 3E | 12 | 6B | 3A | 39 |
| Octal | 154 | 321 | 120 | 60 | 0 | 76 | 22 | 153 | 72 | 71 |
| Binary | 1101100 | 11010001 | 1010000 | 110000 | 0 | 111110 | 10010 | 1101011 | 111010 | 111001 |
Color Harmonies of #6CD150
Complementary color
Monochromatic Colors of #6CD150
Black with #6CD150
Text Example
Text Example
White with #6CD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD150; }
p { color: rgb(108,209,80); }
H1.HeaderClassName
{
color: #6CD150;
}
.AnyTagClassName
{
color: #6CD150;
}
</style>
background-color css
<style>
a { background-color: #6CD150; }
a { background-color: rgb(108,209,80); }
div.DivClassName
{
background-color: #6CD150;
}
.BgClassName
{
background-color: #6CD150;
}
</style>
border-color css
<style>
span { border-color: #6CD150; }
span { border-color: rgb(108,209,80); }
td.TdClassName
{
border-color: #6CD150;
}
.TagClassName
{
border-color: #6CD150;
}
</style>