Shades of Mantis #6FCC62
Tints of Mantis #6FCC62
RGB
CMYK
RGB Variations
Color information
#6FCC62 (or 0x6FCC62) is known color: Mantis. HEX triplet: 6F, CC and 62. RGB value is (111,204,98). Sum of RGB (Red+Green+Blue) = 111+204+98=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC62 is #90339D. Grayscale: #A4A4A4. Windows color (decimal): -9450398 or 6474863. OLE color: 6474863.
HSL color Cylindrical-coordinate representation of color #6FCC62: hue angle of 112.64º 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 #6FCC62 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 98 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.2 |
| HSL | 112.64º | 0.51% | 0.59% | - |
| HSV(B) | 112.64º | 0.52% | 0.8% | - |
| XYZ | 30.35 | 47.45 | 19.11 | - |
| YUV | 164.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 98 | 0.46 | 0 | 0.52 | 0.2 | 112.64 | 0.51 | 0.59 |
| Hex | 6F | CC | 62 | 2E | 0 | 34 | 14 | 71 | 33 | 3B |
| Octal | 157 | 314 | 142 | 56 | 0 | 64 | 24 | 161 | 63 | 73 |
| Binary | 1101111 | 11001100 | 1100010 | 101110 | 0 | 110100 | 10100 | 1110001 | 110011 | 111011 |
Color Harmonies of #6FCC62
Complementary color
Monochromatic Colors of #6FCC62
Black with #6FCC62
Text Example
Text Example
White with #6FCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC62; }
p { color: rgb(111,204,98); }
H1.HeaderClassName
{
color: #6FCC62;
}
.AnyTagClassName
{
color: #6FCC62;
}
</style>
background-color css
<style>
a { background-color: #6FCC62; }
a { background-color: rgb(111,204,98); }
div.DivClassName
{
background-color: #6FCC62;
}
.BgClassName
{
background-color: #6FCC62;
}
</style>
border-color css
<style>
span { border-color: #6FCC62; }
span { border-color: rgb(111,204,98); }
td.TdClassName
{
border-color: #6FCC62;
}
.TagClassName
{
border-color: #6FCC62;
}
</style>