Shades of Mantis #6FCC5F
Tints of Mantis #6FCC5F
RGB
CMYK
RGB Variations
Color information
#6FCC5F (or 0x6FCC5F) is known color: Mantis. HEX triplet: 6F, CC and 5F. RGB value is (111,204,95). Sum of RGB (Red+Green+Blue) = 111+204+95=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC5F is #9033A0. Grayscale: #A4A4A4. Windows color (decimal): -9450401 or 6278255. OLE color: 6278255.
HSL color Cylindrical-coordinate representation of color #6FCC5F: hue angle of 111.19º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FCC5F is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 95 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.2 |
| HSL | 111.19º | 0.52% | 0.59% | - |
| HSV(B) | 111.19º | 0.53% | 0.8% | - |
| XYZ | 30.21 | 47.39 | 18.38 | - |
| YUV | 163.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 95 | 0.46 | 0 | 0.53 | 0.2 | 111.19 | 0.52 | 0.59 |
| Hex | 6F | CC | 5F | 2E | 0 | 35 | 14 | 6F | 34 | 3B |
| Octal | 157 | 314 | 137 | 56 | 0 | 65 | 24 | 157 | 64 | 73 |
| Binary | 1101111 | 11001100 | 1011111 | 101110 | 0 | 110101 | 10100 | 1101111 | 110100 | 111011 |
Color Harmonies of #6FCC5F
Complementary color
Monochromatic Colors of #6FCC5F
Black with #6FCC5F
Text Example
Text Example
White with #6FCC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC5F; }
p { color: rgb(111,204,95); }
H1.HeaderClassName
{
color: #6FCC5F;
}
.AnyTagClassName
{
color: #6FCC5F;
}
</style>
background-color css
<style>
a { background-color: #6FCC5F; }
a { background-color: rgb(111,204,95); }
div.DivClassName
{
background-color: #6FCC5F;
}
.BgClassName
{
background-color: #6FCC5F;
}
</style>
border-color css
<style>
span { border-color: #6FCC5F; }
span { border-color: rgb(111,204,95); }
td.TdClassName
{
border-color: #6FCC5F;
}
.TagClassName
{
border-color: #6FCC5F;
}
</style>