Shades of Mantis #6CCC55
Tints of Mantis #6CCC55
RGB
CMYK
RGB Variations
Color information
#6CCC55 (or 0x6CCC55) is known color: Mantis. HEX triplet: 6C, CC and 55. RGB value is (108,204,85). Sum of RGB (Red+Green+Blue) = 108+204+85=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC55 is #9333AA. Grayscale: #A2A2A2. Windows color (decimal): -9647019 or 5622892. OLE color: 5622892.
HSL color Cylindrical-coordinate representation of color #6CCC55: hue angle of 108.4º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CCC55 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 85 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.2 |
| HSL | 108.4º | 0.54% | 0.57% | - |
| HSV(B) | 108.4º | 0.58% | 0.8% | - |
| XYZ | 29.42 | 47.03 | 16.12 | - |
| YUV | 161.73 | 84.7 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 85 | 0.47 | 0 | 0.58 | 0.2 | 108.4 | 0.54 | 0.57 |
| Hex | 6C | CC | 55 | 2F | 0 | 3A | 14 | 6C | 36 | 39 |
| Octal | 154 | 314 | 125 | 57 | 0 | 72 | 24 | 154 | 66 | 71 |
| Binary | 1101100 | 11001100 | 1010101 | 101111 | 0 | 111010 | 10100 | 1101100 | 110110 | 111001 |
Color Harmonies of #6CCC55
Complementary color
Monochromatic Colors of #6CCC55
Black with #6CCC55
Text Example
Text Example
White with #6CCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC55; }
p { color: rgb(108,204,85); }
H1.HeaderClassName
{
color: #6CCC55;
}
.AnyTagClassName
{
color: #6CCC55;
}
</style>
background-color css
<style>
a { background-color: #6CCC55; }
a { background-color: rgb(108,204,85); }
div.DivClassName
{
background-color: #6CCC55;
}
.BgClassName
{
background-color: #6CCC55;
}
</style>
border-color css
<style>
span { border-color: #6CCC55; }
span { border-color: rgb(108,204,85); }
td.TdClassName
{
border-color: #6CCC55;
}
.TagClassName
{
border-color: #6CCC55;
}
</style>