Shades of Mantis #6FB55D
Tints of Mantis #6FB55D
RGB
CMYK
RGB Variations
Color information
#6FB55D (or 0x6FB55D) is known color: Mantis. HEX triplet: 6F, B5 and 5D. RGB value is (111,181,93). Sum of RGB (Red+Green+Blue) = 111+181+93=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #6FB55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB55D is #904AA2. Grayscale: #969696. Windows color (decimal): -9456291 or 6141295. OLE color: 6141295.
HSL color Cylindrical-coordinate representation of color #6FB55D: hue angle of 107.73º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB55D is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 181 | 93 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.29 |
| HSL | 107.73º | 0.37% | 0.54% | - |
| HSV(B) | 107.73º | 0.49% | 0.71% | - |
| XYZ | 25.06 | 37.22 | 16.22 | - |
| YUV | 150.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 93 | 0.39 | 0 | 0.49 | 0.29 | 107.73 | 0.37 | 0.54 |
| Hex | 6F | B5 | 5D | 27 | 0 | 31 | 1D | 6C | 25 | 36 |
| Octal | 157 | 265 | 135 | 47 | 0 | 61 | 35 | 154 | 45 | 66 |
| Binary | 1101111 | 10110101 | 1011101 | 100111 | 0 | 110001 | 11101 | 1101100 | 100101 | 110110 |
Color Harmonies of #6FB55D
Complementary color
Monochromatic Colors of #6FB55D
Black with #6FB55D
Text Example
Text Example
White with #6FB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB55D; }
p { color: rgb(111,181,93); }
H1.HeaderClassName
{
color: #6FB55D;
}
.AnyTagClassName
{
color: #6FB55D;
}
</style>
background-color css
<style>
a { background-color: #6FB55D; }
a { background-color: rgb(111,181,93); }
div.DivClassName
{
background-color: #6FB55D;
}
.BgClassName
{
background-color: #6FB55D;
}
</style>
border-color css
<style>
span { border-color: #6FB55D; }
span { border-color: rgb(111,181,93); }
td.TdClassName
{
border-color: #6FB55D;
}
.TagClassName
{
border-color: #6FB55D;
}
</style>