Shades of Mantis #6BCD5F
Tints of Mantis #6BCD5F
RGB
CMYK
RGB Variations
Color information
#6BCD5F (or 0x6BCD5F) is known color: Mantis. HEX triplet: 6B, CD and 5F. RGB value is (107,205,95). Sum of RGB (Red+Green+Blue) = 107+205+95=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD5F is #9432A0. Grayscale: #A3A3A3. Windows color (decimal): -9712289 or 6278507. OLE color: 6278507.
HSL color Cylindrical-coordinate representation of color #6BCD5F: hue angle of 113.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BCD5F is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 95 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.20 |
| HSL | 113.45º | 0.52% | 0.59% | - |
| HSV(B) | 113.45º | 0.54% | 0.8% | - |
| XYZ | 29.96 | 47.61 | 18.44 | - |
| YUV | 163.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 95 | 0.48 | 0 | 0.54 | 0.20 | 113.45 | 0.52 | 0.59 |
| Hex | 6B | CD | 5F | 30 | 0 | 36 | 14 | 71 | 34 | 3B |
| Octal | 153 | 315 | 137 | 60 | 0 | 66 | 24 | 161 | 64 | 73 |
| Binary | 1101011 | 11001101 | 1011111 | 110000 | 0 | 110110 | 10100 | 1110001 | 110100 | 111011 |
Color Harmonies of #6BCD5F
Complementary color
Monochromatic Colors of #6BCD5F
Black with #6BCD5F
Text Example
Text Example
White with #6BCD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD5F; }
p { color: rgb(107,205,95); }
H1.HeaderClassName
{
color: #6BCD5F;
}
.AnyTagClassName
{
color: #6BCD5F;
}
</style>
background-color css
<style>
a { background-color: #6BCD5F; }
a { background-color: rgb(107,205,95); }
div.DivClassName
{
background-color: #6BCD5F;
}
.BgClassName
{
background-color: #6BCD5F;
}
</style>
border-color css
<style>
span { border-color: #6BCD5F; }
span { border-color: rgb(107,205,95); }
td.TdClassName
{
border-color: #6BCD5F;
}
.TagClassName
{
border-color: #6BCD5F;
}
</style>