Shades of Mantis #6CC55A
Tints of Mantis #6CC55A
RGB
CMYK
RGB Variations
Color information
#6CC55A (or 0x6CC55A) is known color: Mantis. HEX triplet: 6C, C5 and 5A. RGB value is (108,197,90). Sum of RGB (Red+Green+Blue) = 108+197+90=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC55A is #933AA5. Grayscale: #9E9E9E. Windows color (decimal): -9648806 or 5948780. OLE color: 5948780.
HSL color Cylindrical-coordinate representation of color #6CC55A: hue angle of 109.91º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CC55A is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 90 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.23 |
| HSL | 109.91º | 0.48% | 0.56% | - |
| HSV(B) | 109.91º | 0.54% | 0.77% | - |
| XYZ | 28 | 43.86 | 16.66 | - |
| YUV | 158.19 | 89.51 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 90 | 0.45 | 0 | 0.54 | 0.23 | 109.91 | 0.48 | 0.56 |
| Hex | 6C | C5 | 5A | 2D | 0 | 36 | 17 | 6E | 30 | 38 |
| Octal | 154 | 305 | 132 | 55 | 0 | 66 | 27 | 156 | 60 | 70 |
| Binary | 1101100 | 11000101 | 1011010 | 101101 | 0 | 110110 | 10111 | 1101110 | 110000 | 111000 |
Color Harmonies of #6CC55A
Complementary color
Monochromatic Colors of #6CC55A
Black with #6CC55A
Text Example
Text Example
White with #6CC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC55A; }
p { color: rgb(108,197,90); }
H1.HeaderClassName
{
color: #6CC55A;
}
.AnyTagClassName
{
color: #6CC55A;
}
</style>
background-color css
<style>
a { background-color: #6CC55A; }
a { background-color: rgb(108,197,90); }
div.DivClassName
{
background-color: #6CC55A;
}
.BgClassName
{
background-color: #6CC55A;
}
</style>
border-color css
<style>
span { border-color: #6CC55A; }
span { border-color: rgb(108,197,90); }
td.TdClassName
{
border-color: #6CC55A;
}
.TagClassName
{
border-color: #6CC55A;
}
</style>