Shades of Mantis #6FCA4D
Tints of Mantis #6FCA4D
RGB
CMYK
RGB Variations
Color information
#6FCA4D (or 0x6FCA4D) is known color: Mantis. HEX triplet: 6F, CA and 4D. RGB value is (111,202,77). Sum of RGB (Red+Green+Blue) = 111+202+77=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCA4D is #9035B2. Grayscale: #A0A0A0. Windows color (decimal): -9450931 or 5098095. OLE color: 5098095.
HSL color Cylindrical-coordinate representation of color #6FCA4D: hue angle of 103.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FCA4D is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 77 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.21 |
| HSL | 103.68º | 0.54% | 0.55% | - |
| HSV(B) | 103.68º | 0.62% | 0.79% | - |
| XYZ | 29.02 | 46.16 | 14.4 | - |
| YUV | 160.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 77 | 0.45 | 0 | 0.62 | 0.21 | 103.68 | 0.54 | 0.55 |
| Hex | 6F | CA | 4D | 2D | 0 | 3E | 15 | 68 | 36 | 37 |
| Octal | 157 | 312 | 115 | 55 | 0 | 76 | 25 | 150 | 66 | 67 |
| Binary | 1101111 | 11001010 | 1001101 | 101101 | 0 | 111110 | 10101 | 1101000 | 110110 | 110111 |
Color Harmonies of #6FCA4D
Complementary color
Monochromatic Colors of #6FCA4D
Black with #6FCA4D
Text Example
Text Example
White with #6FCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA4D; }
p { color: rgb(111,202,77); }
H1.HeaderClassName
{
color: #6FCA4D;
}
.AnyTagClassName
{
color: #6FCA4D;
}
</style>
background-color css
<style>
a { background-color: #6FCA4D; }
a { background-color: rgb(111,202,77); }
div.DivClassName
{
background-color: #6FCA4D;
}
.BgClassName
{
background-color: #6FCA4D;
}
</style>
border-color css
<style>
span { border-color: #6FCA4D; }
span { border-color: rgb(111,202,77); }
td.TdClassName
{
border-color: #6FCA4D;
}
.TagClassName
{
border-color: #6FCA4D;
}
</style>