Shades of Mantis #6BCA5E
Tints of Mantis #6BCA5E
RGB
CMYK
RGB Variations
Color information
#6BCA5E (or 0x6BCA5E) is known color: Mantis. HEX triplet: 6B, CA and 5E. RGB value is (107,202,94). Sum of RGB (Red+Green+Blue) = 107+202+94=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA5E is #9435A1. Grayscale: #A1A1A1. Windows color (decimal): -9713058 or 6212203. OLE color: 6212203.
HSL color Cylindrical-coordinate representation of color #6BCA5E: hue angle of 112.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BCA5E is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 94 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.21 |
| HSL | 112.78º | 0.5% | 0.58% | - |
| HSV(B) | 112.78º | 0.53% | 0.79% | - |
| XYZ | 29.2 | 46.18 | 17.96 | - |
| YUV | 161.28 | 90.03 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 94 | 0.47 | 0 | 0.53 | 0.21 | 112.78 | 0.5 | 0.58 |
| Hex | 6B | CA | 5E | 2F | 0 | 35 | 15 | 71 | 32 | 3A |
| Octal | 153 | 312 | 136 | 57 | 0 | 65 | 25 | 161 | 62 | 72 |
| Binary | 1101011 | 11001010 | 1011110 | 101111 | 0 | 110101 | 10101 | 1110001 | 110010 | 111010 |
Color Harmonies of #6BCA5E
Complementary color
Monochromatic Colors of #6BCA5E
Black with #6BCA5E
Text Example
Text Example
White with #6BCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA5E; }
p { color: rgb(107,202,94); }
H1.HeaderClassName
{
color: #6BCA5E;
}
.AnyTagClassName
{
color: #6BCA5E;
}
</style>
background-color css
<style>
a { background-color: #6BCA5E; }
a { background-color: rgb(107,202,94); }
div.DivClassName
{
background-color: #6BCA5E;
}
.BgClassName
{
background-color: #6BCA5E;
}
</style>
border-color css
<style>
span { border-color: #6BCA5E; }
span { border-color: rgb(107,202,94); }
td.TdClassName
{
border-color: #6BCA5E;
}
.TagClassName
{
border-color: #6BCA5E;
}
</style>