Shades of Mantis #6BCB5C
Tints of Mantis #6BCB5C
RGB
CMYK
RGB Variations
Color information
#6BCB5C (or 0x6BCB5C) is known color: Mantis. HEX triplet: 6B, CB and 5C. RGB value is (107,203,92). Sum of RGB (Red+Green+Blue) = 107+203+92=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB5C is #9434A3. Grayscale: #A1A1A1. Windows color (decimal): -9712804 or 6081387. OLE color: 6081387.
HSL color Cylindrical-coordinate representation of color #6BCB5C: hue angle of 111.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCB5C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 92 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.20 |
| HSL | 111.89º | 0.52% | 0.58% | - |
| HSV(B) | 111.89º | 0.55% | 0.8% | - |
| XYZ | 29.35 | 46.61 | 17.57 | - |
| YUV | 161.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 92 | 0.47 | 0 | 0.55 | 0.20 | 111.89 | 0.52 | 0.58 |
| Hex | 6B | CB | 5C | 2F | 0 | 37 | 14 | 70 | 34 | 3A |
| Octal | 153 | 313 | 134 | 57 | 0 | 67 | 24 | 160 | 64 | 72 |
| Binary | 1101011 | 11001011 | 1011100 | 101111 | 0 | 110111 | 10100 | 1110000 | 110100 | 111010 |
Color Harmonies of #6BCB5C
Complementary color
Monochromatic Colors of #6BCB5C
Black with #6BCB5C
Text Example
Text Example
White with #6BCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB5C; }
p { color: rgb(107,203,92); }
H1.HeaderClassName
{
color: #6BCB5C;
}
.AnyTagClassName
{
color: #6BCB5C;
}
</style>
background-color css
<style>
a { background-color: #6BCB5C; }
a { background-color: rgb(107,203,92); }
div.DivClassName
{
background-color: #6BCB5C;
}
.BgClassName
{
background-color: #6BCB5C;
}
</style>
border-color css
<style>
span { border-color: #6BCB5C; }
span { border-color: rgb(107,203,92); }
td.TdClassName
{
border-color: #6BCB5C;
}
.TagClassName
{
border-color: #6BCB5C;
}
</style>