Shades of Mantis #6FCF50
Tints of Mantis #6FCF50
RGB
CMYK
RGB Variations
Color information
#6FCF50 (or 0x6FCF50) is known color: Mantis. HEX triplet: 6F, CF and 50. RGB value is (111,207,80). Sum of RGB (Red+Green+Blue) = 111+207+80=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF50 is #9030AF. Grayscale: #A4A4A4. Windows color (decimal): -9449648 or 5295983. OLE color: 5295983.
HSL color Cylindrical-coordinate representation of color #6FCF50: hue angle of 105.35º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FCF50 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 80 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.19 |
| HSL | 105.35º | 0.57% | 0.56% | - |
| HSV(B) | 105.35º | 0.61% | 0.81% | - |
| XYZ | 30.32 | 48.58 | 15.37 | - |
| YUV | 163.82 | 80.7 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 80 | 0.46 | 0 | 0.61 | 0.19 | 105.35 | 0.57 | 0.56 |
| Hex | 6F | CF | 50 | 2E | 0 | 3D | 13 | 69 | 39 | 38 |
| Octal | 157 | 317 | 120 | 56 | 0 | 75 | 23 | 151 | 71 | 70 |
| Binary | 1101111 | 11001111 | 1010000 | 101110 | 0 | 111101 | 10011 | 1101001 | 111001 | 111000 |
Color Harmonies of #6FCF50
Complementary color
Monochromatic Colors of #6FCF50
Black with #6FCF50
Text Example
Text Example
White with #6FCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF50; }
p { color: rgb(111,207,80); }
H1.HeaderClassName
{
color: #6FCF50;
}
.AnyTagClassName
{
color: #6FCF50;
}
</style>
background-color css
<style>
a { background-color: #6FCF50; }
a { background-color: rgb(111,207,80); }
div.DivClassName
{
background-color: #6FCF50;
}
.BgClassName
{
background-color: #6FCF50;
}
</style>
border-color css
<style>
span { border-color: #6FCF50; }
span { border-color: rgb(111,207,80); }
td.TdClassName
{
border-color: #6FCF50;
}
.TagClassName
{
border-color: #6FCF50;
}
</style>