Shades of Mantis #6BCA5A
Tints of Mantis #6BCA5A
RGB
CMYK
RGB Variations
Color information
#6BCA5A (or 0x6BCA5A) is known color: Mantis. HEX triplet: 6B, CA and 5A. RGB value is (107,202,90). Sum of RGB (Red+Green+Blue) = 107+202+90=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCA5A is #9435A5. Grayscale: #A1A1A1. Windows color (decimal): -9713062 or 5950059. OLE color: 5950059.
HSL color Cylindrical-coordinate representation of color #6BCA5A: hue angle of 110.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCA5A is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 90 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.21 |
| HSL | 110.89º | 0.51% | 0.57% | - |
| HSV(B) | 110.89º | 0.55% | 0.79% | - |
| XYZ | 29.03 | 46.11 | 17.04 | - |
| YUV | 160.83 | 88.03 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 90 | 0.47 | 0 | 0.55 | 0.21 | 110.89 | 0.51 | 0.57 |
| Hex | 6B | CA | 5A | 2F | 0 | 37 | 15 | 6F | 33 | 39 |
| Octal | 153 | 312 | 132 | 57 | 0 | 67 | 25 | 157 | 63 | 71 |
| Binary | 1101011 | 11001010 | 1011010 | 101111 | 0 | 110111 | 10101 | 1101111 | 110011 | 111001 |
Color Harmonies of #6BCA5A
Complementary color
Monochromatic Colors of #6BCA5A
Black with #6BCA5A
Text Example
Text Example
White with #6BCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA5A; }
p { color: rgb(107,202,90); }
H1.HeaderClassName
{
color: #6BCA5A;
}
.AnyTagClassName
{
color: #6BCA5A;
}
</style>
background-color css
<style>
a { background-color: #6BCA5A; }
a { background-color: rgb(107,202,90); }
div.DivClassName
{
background-color: #6BCA5A;
}
.BgClassName
{
background-color: #6BCA5A;
}
</style>
border-color css
<style>
span { border-color: #6BCA5A; }
span { border-color: rgb(107,202,90); }
td.TdClassName
{
border-color: #6BCA5A;
}
.TagClassName
{
border-color: #6BCA5A;
}
</style>