Shades of Mantis #6FCC50
Tints of Mantis #6FCC50
RGB
CMYK
RGB Variations
Color information
#6FCC50 (or 0x6FCC50) is known color: Mantis. HEX triplet: 6F, CC and 50. RGB value is (111,204,80). Sum of RGB (Red+Green+Blue) = 111+204+80=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC50 is #9033AF. Grayscale: #A2A2A2. Windows color (decimal): -9450416 or 5295215. OLE color: 5295215.
HSL color Cylindrical-coordinate representation of color #6FCC50: hue angle of 105º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FCC50 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 80 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.2 |
| HSL | 105º | 0.55% | 0.56% | - |
| HSV(B) | 105º | 0.61% | 0.8% | - |
| XYZ | 29.6 | 47.14 | 15.13 | - |
| YUV | 162.06 | 81.69 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 80 | 0.46 | 0 | 0.61 | 0.2 | 105 | 0.55 | 0.56 |
| Hex | 6F | CC | 50 | 2E | 0 | 3D | 14 | 69 | 37 | 38 |
| Octal | 157 | 314 | 120 | 56 | 0 | 75 | 24 | 151 | 67 | 70 |
| Binary | 1101111 | 11001100 | 1010000 | 101110 | 0 | 111101 | 10100 | 1101001 | 110111 | 111000 |
Color Harmonies of #6FCC50
Complementary color
Monochromatic Colors of #6FCC50
Black with #6FCC50
Text Example
Text Example
White with #6FCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC50; }
p { color: rgb(111,204,80); }
H1.HeaderClassName
{
color: #6FCC50;
}
.AnyTagClassName
{
color: #6FCC50;
}
</style>
background-color css
<style>
a { background-color: #6FCC50; }
a { background-color: rgb(111,204,80); }
div.DivClassName
{
background-color: #6FCC50;
}
.BgClassName
{
background-color: #6FCC50;
}
</style>
border-color css
<style>
span { border-color: #6FCC50; }
span { border-color: rgb(111,204,80); }
td.TdClassName
{
border-color: #6FCC50;
}
.TagClassName
{
border-color: #6FCC50;
}
</style>