Shades of Mantis #6CCB5C
Tints of Mantis #6CCB5C
RGB
CMYK
RGB Variations
Color information
#6CCB5C (or 0x6CCB5C) is known color: Mantis. HEX triplet: 6C, CB and 5C. RGB value is (108,203,92). Sum of RGB (Red+Green+Blue) = 108+203+92=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCB5C is #9334A3. Grayscale: #A2A2A2. Windows color (decimal): -9647268 or 6081388. OLE color: 6081388.
HSL color Cylindrical-coordinate representation of color #6CCB5C: hue angle of 111.35º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCB5C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 92 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.20 |
| HSL | 111.35º | 0.52% | 0.58% | - |
| HSV(B) | 111.35º | 0.55% | 0.8% | - |
| XYZ | 29.47 | 46.67 | 17.58 | - |
| YUV | 161.94 | 88.53 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 92 | 0.47 | 0 | 0.55 | 0.20 | 111.35 | 0.52 | 0.58 |
| Hex | 6C | CB | 5C | 2F | 0 | 37 | 14 | 6F | 34 | 3A |
| Octal | 154 | 313 | 134 | 57 | 0 | 67 | 24 | 157 | 64 | 72 |
| Binary | 1101100 | 11001011 | 1011100 | 101111 | 0 | 110111 | 10100 | 1101111 | 110100 | 111010 |
Color Harmonies of #6CCB5C
Complementary color
Monochromatic Colors of #6CCB5C
Black with #6CCB5C
Text Example
Text Example
White with #6CCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB5C; }
p { color: rgb(108,203,92); }
H1.HeaderClassName
{
color: #6CCB5C;
}
.AnyTagClassName
{
color: #6CCB5C;
}
</style>
background-color css
<style>
a { background-color: #6CCB5C; }
a { background-color: rgb(108,203,92); }
div.DivClassName
{
background-color: #6CCB5C;
}
.BgClassName
{
background-color: #6CCB5C;
}
</style>
border-color css
<style>
span { border-color: #6CCB5C; }
span { border-color: rgb(108,203,92); }
td.TdClassName
{
border-color: #6CCB5C;
}
.TagClassName
{
border-color: #6CCB5C;
}
</style>