Shades of Mantis #6FCC61
Tints of Mantis #6FCC61
RGB
CMYK
RGB Variations
Color information
#6FCC61 (or 0x6FCC61) is known color: Mantis. HEX triplet: 6F, CC and 61. RGB value is (111,204,97). Sum of RGB (Red+Green+Blue) = 111+204+97=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC61 is #90339E. Grayscale: #A4A4A4. Windows color (decimal): -9450399 or 6409327. OLE color: 6409327.
HSL color Cylindrical-coordinate representation of color #6FCC61: hue angle of 112.15º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FCC61 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 97 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.2 |
| HSL | 112.15º | 0.51% | 0.59% | - |
| HSV(B) | 112.15º | 0.52% | 0.8% | - |
| XYZ | 30.31 | 47.43 | 18.87 | - |
| YUV | 164 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 97 | 0.46 | 0 | 0.52 | 0.2 | 112.15 | 0.51 | 0.59 |
| Hex | 6F | CC | 61 | 2E | 0 | 34 | 14 | 70 | 33 | 3B |
| Octal | 157 | 314 | 141 | 56 | 0 | 64 | 24 | 160 | 63 | 73 |
| Binary | 1101111 | 11001100 | 1100001 | 101110 | 0 | 110100 | 10100 | 1110000 | 110011 | 111011 |
Color Harmonies of #6FCC61
Complementary color
Monochromatic Colors of #6FCC61
Black with #6FCC61
Text Example
Text Example
White with #6FCC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC61; }
p { color: rgb(111,204,97); }
H1.HeaderClassName
{
color: #6FCC61;
}
.AnyTagClassName
{
color: #6FCC61;
}
</style>
background-color css
<style>
a { background-color: #6FCC61; }
a { background-color: rgb(111,204,97); }
div.DivClassName
{
background-color: #6FCC61;
}
.BgClassName
{
background-color: #6FCC61;
}
</style>
border-color css
<style>
span { border-color: #6FCC61; }
span { border-color: rgb(111,204,97); }
td.TdClassName
{
border-color: #6FCC61;
}
.TagClassName
{
border-color: #6FCC61;
}
</style>