Shades of Mantis #6FCB4D
Tints of Mantis #6FCB4D
RGB
CMYK
RGB Variations
Color information
#6FCB4D (or 0x6FCB4D) is known color: Mantis. HEX triplet: 6F, CB and 4D. RGB value is (111,203,77). Sum of RGB (Red+Green+Blue) = 111+203+77=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB4D is #9034B2. Grayscale: #A1A1A1. Windows color (decimal): -9450675 or 5098351. OLE color: 5098351.
HSL color Cylindrical-coordinate representation of color #6FCB4D: hue angle of 103.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FCB4D is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 77 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.20 |
| HSL | 103.81º | 0.55% | 0.55% | - |
| HSV(B) | 103.81º | 0.62% | 0.8% | - |
| XYZ | 29.25 | 46.63 | 14.48 | - |
| YUV | 161.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 77 | 0.45 | 0 | 0.62 | 0.20 | 103.81 | 0.55 | 0.55 |
| Hex | 6F | CB | 4D | 2D | 0 | 3E | 14 | 68 | 37 | 37 |
| Octal | 157 | 313 | 115 | 55 | 0 | 76 | 24 | 150 | 67 | 67 |
| Binary | 1101111 | 11001011 | 1001101 | 101101 | 0 | 111110 | 10100 | 1101000 | 110111 | 110111 |
Color Harmonies of #6FCB4D
Complementary color
Monochromatic Colors of #6FCB4D
Black with #6FCB4D
Text Example
Text Example
White with #6FCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB4D; }
p { color: rgb(111,203,77); }
H1.HeaderClassName
{
color: #6FCB4D;
}
.AnyTagClassName
{
color: #6FCB4D;
}
</style>
background-color css
<style>
a { background-color: #6FCB4D; }
a { background-color: rgb(111,203,77); }
div.DivClassName
{
background-color: #6FCB4D;
}
.BgClassName
{
background-color: #6FCB4D;
}
</style>
border-color css
<style>
span { border-color: #6FCB4D; }
span { border-color: rgb(111,203,77); }
td.TdClassName
{
border-color: #6FCB4D;
}
.TagClassName
{
border-color: #6FCB4D;
}
</style>