Shades of Mantis #6BC35D
Tints of Mantis #6BC35D
RGB
CMYK
RGB Variations
Color information
#6BC35D (or 0x6BC35D) is known color: Mantis. HEX triplet: 6B, C3 and 5D. RGB value is (107,195,93). Sum of RGB (Red+Green+Blue) = 107+195+93=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC35D is #943CA2. Grayscale: #9D9D9D. Windows color (decimal): -9714851 or 6144875. OLE color: 6144875.
HSL color Cylindrical-coordinate representation of color #6BC35D: hue angle of 111.76º 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 #6BC35D is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 93 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.24 |
| HSL | 111.76º | 0.46% | 0.56% | - |
| HSV(B) | 111.76º | 0.52% | 0.76% | - |
| XYZ | 27.55 | 42.95 | 17.19 | - |
| YUV | 157.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 93 | 0.45 | 0 | 0.52 | 0.24 | 111.76 | 0.46 | 0.56 |
| Hex | 6B | C3 | 5D | 2D | 0 | 34 | 18 | 70 | 2E | 38 |
| Octal | 153 | 303 | 135 | 55 | 0 | 64 | 30 | 160 | 56 | 70 |
| Binary | 1101011 | 11000011 | 1011101 | 101101 | 0 | 110100 | 11000 | 1110000 | 101110 | 111000 |
Color Harmonies of #6BC35D
Complementary color
Monochromatic Colors of #6BC35D
Black with #6BC35D
Text Example
Text Example
White with #6BC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC35D; }
p { color: rgb(107,195,93); }
H1.HeaderClassName
{
color: #6BC35D;
}
.AnyTagClassName
{
color: #6BC35D;
}
</style>
background-color css
<style>
a { background-color: #6BC35D; }
a { background-color: rgb(107,195,93); }
div.DivClassName
{
background-color: #6BC35D;
}
.BgClassName
{
background-color: #6BC35D;
}
</style>
border-color css
<style>
span { border-color: #6BC35D; }
span { border-color: rgb(107,195,93); }
td.TdClassName
{
border-color: #6BC35D;
}
.TagClassName
{
border-color: #6BC35D;
}
</style>