Shades of Mantis #6CC65C
Tints of Mantis #6CC65C
RGB
CMYK
RGB Variations
Color information
#6CC65C (or 0x6CC65C) is known color: Mantis. HEX triplet: 6C, C6 and 5C. RGB value is (108,198,92). Sum of RGB (Red+Green+Blue) = 108+198+92=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #6CC65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC65C is #9339A3. Grayscale: #9F9F9F. Windows color (decimal): -9648548 or 6080108. OLE color: 6080108.
HSL color Cylindrical-coordinate representation of color #6CC65C: hue angle of 110.94º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CC65C is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 198 | 92 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.22 |
| HSL | 110.94º | 0.48% | 0.57% | - |
| HSV(B) | 110.94º | 0.54% | 0.78% | - |
| XYZ | 28.31 | 44.35 | 17.19 | - |
| YUV | 159.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 198 | 92 | 0.45 | 0 | 0.54 | 0.22 | 110.94 | 0.48 | 0.57 |
| Hex | 6C | C6 | 5C | 2D | 0 | 36 | 16 | 6F | 30 | 39 |
| Octal | 154 | 306 | 134 | 55 | 0 | 66 | 26 | 157 | 60 | 71 |
| Binary | 1101100 | 11000110 | 1011100 | 101101 | 0 | 110110 | 10110 | 1101111 | 110000 | 111001 |
Color Harmonies of #6CC65C
Complementary color
Monochromatic Colors of #6CC65C
Black with #6CC65C
Text Example
Text Example
White with #6CC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC65C; }
p { color: rgb(108,198,92); }
H1.HeaderClassName
{
color: #6CC65C;
}
.AnyTagClassName
{
color: #6CC65C;
}
</style>
background-color css
<style>
a { background-color: #6CC65C; }
a { background-color: rgb(108,198,92); }
div.DivClassName
{
background-color: #6CC65C;
}
.BgClassName
{
background-color: #6CC65C;
}
</style>
border-color css
<style>
span { border-color: #6CC65C; }
span { border-color: rgb(108,198,92); }
td.TdClassName
{
border-color: #6CC65C;
}
.TagClassName
{
border-color: #6CC65C;
}
</style>