Shades of Mantis #6FCD5E
Tints of Mantis #6FCD5E
RGB
CMYK
RGB Variations
Color information
#6FCD5E (or 0x6FCD5E) is known color: Mantis. HEX triplet: 6F, CD and 5E. RGB value is (111,205,94). Sum of RGB (Red+Green+Blue) = 111+205+94=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD5E is #9032A1. Grayscale: #A4A4A4. Windows color (decimal): -9450146 or 6212975. OLE color: 6212975.
HSL color Cylindrical-coordinate representation of color #6FCD5E: hue angle of 110.81º degrees, saturation: 0.53, 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 #6FCD5E is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 94 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.20 |
| HSL | 110.81º | 0.53% | 0.59% | - |
| HSV(B) | 110.81º | 0.54% | 0.8% | - |
| XYZ | 30.41 | 47.85 | 18.22 | - |
| YUV | 164.24 | 88.36 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 94 | 0.46 | 0 | 0.54 | 0.20 | 110.81 | 0.53 | 0.59 |
| Hex | 6F | CD | 5E | 2E | 0 | 36 | 14 | 6F | 35 | 3B |
| Octal | 157 | 315 | 136 | 56 | 0 | 66 | 24 | 157 | 65 | 73 |
| Binary | 1101111 | 11001101 | 1011110 | 101110 | 0 | 110110 | 10100 | 1101111 | 110101 | 111011 |
Color Harmonies of #6FCD5E
Complementary color
Monochromatic Colors of #6FCD5E
Black with #6FCD5E
Text Example
Text Example
White with #6FCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD5E; }
p { color: rgb(111,205,94); }
H1.HeaderClassName
{
color: #6FCD5E;
}
.AnyTagClassName
{
color: #6FCD5E;
}
</style>
background-color css
<style>
a { background-color: #6FCD5E; }
a { background-color: rgb(111,205,94); }
div.DivClassName
{
background-color: #6FCD5E;
}
.BgClassName
{
background-color: #6FCD5E;
}
</style>
border-color css
<style>
span { border-color: #6FCD5E; }
span { border-color: rgb(111,205,94); }
td.TdClassName
{
border-color: #6FCD5E;
}
.TagClassName
{
border-color: #6FCD5E;
}
</style>