Shades of Mantis #6FCD5D
Tints of Mantis #6FCD5D
RGB
CMYK
RGB Variations
Color information
#6FCD5D (or 0x6FCD5D) is known color: Mantis. HEX triplet: 6F, CD and 5D. RGB value is (111,205,93). Sum of RGB (Red+Green+Blue) = 111+205+93=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD5D is #9032A2. Grayscale: #A4A4A4. Windows color (decimal): -9450147 or 6147439. OLE color: 6147439.
HSL color Cylindrical-coordinate representation of color #6FCD5D: hue angle of 110.36º degrees, saturation: 0.53, 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 #6FCD5D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 93 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.20 |
| HSL | 110.36º | 0.53% | 0.58% | - |
| HSV(B) | 110.36º | 0.55% | 0.8% | - |
| XYZ | 30.36 | 47.83 | 17.99 | - |
| YUV | 164.13 | 87.86 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 93 | 0.46 | 0 | 0.55 | 0.20 | 110.36 | 0.53 | 0.58 |
| Hex | 6F | CD | 5D | 2E | 0 | 37 | 14 | 6E | 35 | 3A |
| Octal | 157 | 315 | 135 | 56 | 0 | 67 | 24 | 156 | 65 | 72 |
| Binary | 1101111 | 11001101 | 1011101 | 101110 | 0 | 110111 | 10100 | 1101110 | 110101 | 111010 |
Color Harmonies of #6FCD5D
Complementary color
Monochromatic Colors of #6FCD5D
Black with #6FCD5D
Text Example
Text Example
White with #6FCD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD5D; }
p { color: rgb(111,205,93); }
H1.HeaderClassName
{
color: #6FCD5D;
}
.AnyTagClassName
{
color: #6FCD5D;
}
</style>
background-color css
<style>
a { background-color: #6FCD5D; }
a { background-color: rgb(111,205,93); }
div.DivClassName
{
background-color: #6FCD5D;
}
.BgClassName
{
background-color: #6FCD5D;
}
</style>
border-color css
<style>
span { border-color: #6FCD5D; }
span { border-color: rgb(111,205,93); }
td.TdClassName
{
border-color: #6FCD5D;
}
.TagClassName
{
border-color: #6FCD5D;
}
</style>