Shades of Mantis #6CCA55
Tints of Mantis #6CCA55
RGB
CMYK
RGB Variations
Color information
#6CCA55 (or 0x6CCA55) is known color: Mantis. HEX triplet: 6C, CA and 55. RGB value is (108,202,85). Sum of RGB (Red+Green+Blue) = 108+202+85=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCA55 is #9335AA. Grayscale: #A0A0A0. Windows color (decimal): -9647531 or 5622380. OLE color: 5622380.
HSL color Cylindrical-coordinate representation of color #6CCA55: hue angle of 108.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CCA55 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 85 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.21 |
| HSL | 108.21º | 0.52% | 0.56% | - |
| HSV(B) | 108.21º | 0.58% | 0.79% | - |
| XYZ | 28.94 | 46.09 | 15.96 | - |
| YUV | 160.56 | 85.36 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 85 | 0.47 | 0 | 0.58 | 0.21 | 108.21 | 0.52 | 0.56 |
| Hex | 6C | CA | 55 | 2F | 0 | 3A | 15 | 6C | 34 | 38 |
| Octal | 154 | 312 | 125 | 57 | 0 | 72 | 25 | 154 | 64 | 70 |
| Binary | 1101100 | 11001010 | 1010101 | 101111 | 0 | 111010 | 10101 | 1101100 | 110100 | 111000 |
Color Harmonies of #6CCA55
Complementary color
Monochromatic Colors of #6CCA55
Black with #6CCA55
Text Example
Text Example
White with #6CCA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA55; }
p { color: rgb(108,202,85); }
H1.HeaderClassName
{
color: #6CCA55;
}
.AnyTagClassName
{
color: #6CCA55;
}
</style>
background-color css
<style>
a { background-color: #6CCA55; }
a { background-color: rgb(108,202,85); }
div.DivClassName
{
background-color: #6CCA55;
}
.BgClassName
{
background-color: #6CCA55;
}
</style>
border-color css
<style>
span { border-color: #6CCA55; }
span { border-color: rgb(108,202,85); }
td.TdClassName
{
border-color: #6CCA55;
}
.TagClassName
{
border-color: #6CCA55;
}
</style>