Shades of Mantis #6CC75D
Tints of Mantis #6CC75D
RGB
CMYK
RGB Variations
Color information
#6CC75D (or 0x6CC75D) is known color: Mantis. HEX triplet: 6C, C7 and 5D. RGB value is (108,199,93). Sum of RGB (Red+Green+Blue) = 108+199+93=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #6CC75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC75D is #9338A2. Grayscale: #A0A0A0. Windows color (decimal): -9648291 or 6145900. OLE color: 6145900.
HSL color Cylindrical-coordinate representation of color #6CC75D: hue angle of 111.51º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CC75D is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 199 | 93 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.22 |
| HSL | 111.51º | 0.49% | 0.57% | - |
| HSV(B) | 111.51º | 0.53% | 0.78% | - |
| XYZ | 28.58 | 44.83 | 17.5 | - |
| YUV | 159.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 199 | 93 | 0.46 | 0 | 0.53 | 0.22 | 111.51 | 0.49 | 0.57 |
| Hex | 6C | C7 | 5D | 2E | 0 | 35 | 16 | 70 | 31 | 39 |
| Octal | 154 | 307 | 135 | 56 | 0 | 65 | 26 | 160 | 61 | 71 |
| Binary | 1101100 | 11000111 | 1011101 | 101110 | 0 | 110101 | 10110 | 1110000 | 110001 | 111001 |
Color Harmonies of #6CC75D
Complementary color
Monochromatic Colors of #6CC75D
Black with #6CC75D
Text Example
Text Example
White with #6CC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC75D; }
p { color: rgb(108,199,93); }
H1.HeaderClassName
{
color: #6CC75D;
}
.AnyTagClassName
{
color: #6CC75D;
}
</style>
background-color css
<style>
a { background-color: #6CC75D; }
a { background-color: rgb(108,199,93); }
div.DivClassName
{
background-color: #6CC75D;
}
.BgClassName
{
background-color: #6CC75D;
}
</style>
border-color css
<style>
span { border-color: #6CC75D; }
span { border-color: rgb(108,199,93); }
td.TdClassName
{
border-color: #6CC75D;
}
.TagClassName
{
border-color: #6CC75D;
}
</style>