Shades of Mantis #6CC55B
Tints of Mantis #6CC55B
RGB
CMYK
RGB Variations
Color information
#6CC55B (or 0x6CC55B) is known color: Mantis. HEX triplet: 6C, C5 and 5B. RGB value is (108,197,91). Sum of RGB (Red+Green+Blue) = 108+197+91=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC55B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC55B is #933AA4. Grayscale: #9E9E9E. Windows color (decimal): -9648805 or 6014316. OLE color: 6014316.
HSL color Cylindrical-coordinate representation of color #6CC55B: hue angle of 110.38º 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 #6CC55B is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 91 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.23 |
| HSL | 110.38º | 0.48% | 0.56% | - |
| HSV(B) | 110.38º | 0.54% | 0.77% | - |
| XYZ | 28.04 | 43.88 | 16.89 | - |
| YUV | 158.31 | 90.01 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 91 | 0.45 | 0 | 0.54 | 0.23 | 110.38 | 0.48 | 0.56 |
| Hex | 6C | C5 | 5B | 2D | 0 | 36 | 17 | 6E | 30 | 38 |
| Octal | 154 | 305 | 133 | 55 | 0 | 66 | 27 | 156 | 60 | 70 |
| Binary | 1101100 | 11000101 | 1011011 | 101101 | 0 | 110110 | 10111 | 1101110 | 110000 | 111000 |
Color Harmonies of #6CC55B
Complementary color
Monochromatic Colors of #6CC55B
Black with #6CC55B
Text Example
Text Example
White with #6CC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC55B; }
p { color: rgb(108,197,91); }
H1.HeaderClassName
{
color: #6CC55B;
}
.AnyTagClassName
{
color: #6CC55B;
}
</style>
background-color css
<style>
a { background-color: #6CC55B; }
a { background-color: rgb(108,197,91); }
div.DivClassName
{
background-color: #6CC55B;
}
.BgClassName
{
background-color: #6CC55B;
}
</style>
border-color css
<style>
span { border-color: #6CC55B; }
span { border-color: rgb(108,197,91); }
td.TdClassName
{
border-color: #6CC55B;
}
.TagClassName
{
border-color: #6CC55B;
}
</style>