Shades of Mantis #6DC35D
Tints of Mantis #6DC35D
RGB
CMYK
RGB Variations
Color information
#6DC35D (or 0x6DC35D) is known color: Mantis. HEX triplet: 6D, C3 and 5D. RGB value is (109,195,93). Sum of RGB (Red+Green+Blue) = 109+195+93=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC35D is #923CA2. Grayscale: #9D9D9D. Windows color (decimal): -9583779 or 6144877. OLE color: 6144877.
HSL color Cylindrical-coordinate representation of color #6DC35D: hue angle of 110.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DC35D is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 93 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.24 |
| HSL | 110.59º | 0.46% | 0.56% | - |
| HSV(B) | 110.59º | 0.52% | 0.76% | - |
| XYZ | 27.8 | 43.07 | 17.2 | - |
| YUV | 157.66 | 91.51 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 93 | 0.44 | 0 | 0.52 | 0.24 | 110.59 | 0.46 | 0.56 |
| Hex | 6D | C3 | 5D | 2C | 0 | 34 | 18 | 6F | 2E | 38 |
| Octal | 155 | 303 | 135 | 54 | 0 | 64 | 30 | 157 | 56 | 70 |
| Binary | 1101101 | 11000011 | 1011101 | 101100 | 0 | 110100 | 11000 | 1101111 | 101110 | 111000 |
Color Harmonies of #6DC35D
Complementary color
Monochromatic Colors of #6DC35D
Black with #6DC35D
Text Example
Text Example
White with #6DC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC35D; }
p { color: rgb(109,195,93); }
H1.HeaderClassName
{
color: #6DC35D;
}
.AnyTagClassName
{
color: #6DC35D;
}
</style>
background-color css
<style>
a { background-color: #6DC35D; }
a { background-color: rgb(109,195,93); }
div.DivClassName
{
background-color: #6DC35D;
}
.BgClassName
{
background-color: #6DC35D;
}
</style>
border-color css
<style>
span { border-color: #6DC35D; }
span { border-color: rgb(109,195,93); }
td.TdClassName
{
border-color: #6DC35D;
}
.TagClassName
{
border-color: #6DC35D;
}
</style>