Shades of Mantis #6FCD60
Tints of Mantis #6FCD60
RGB
CMYK
RGB Variations
Color information
#6FCD60 (or 0x6FCD60) is known color: Mantis. HEX triplet: 6F, CD and 60. RGB value is (111,205,96). Sum of RGB (Red+Green+Blue) = 111+205+96=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD60 is #90329F. Grayscale: #A4A4A4. Windows color (decimal): -9450144 or 6344047. OLE color: 6344047.
HSL color Cylindrical-coordinate representation of color #6FCD60: hue angle of 111.74º 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 #6FCD60 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 96 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.20 |
| HSL | 111.74º | 0.52% | 0.59% | - |
| HSV(B) | 111.74º | 0.53% | 0.8% | - |
| XYZ | 30.5 | 47.89 | 18.7 | - |
| YUV | 164.47 | 89.36 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 96 | 0.46 | 0 | 0.53 | 0.20 | 111.74 | 0.52 | 0.59 |
| Hex | 6F | CD | 60 | 2E | 0 | 35 | 14 | 70 | 34 | 3B |
| Octal | 157 | 315 | 140 | 56 | 0 | 65 | 24 | 160 | 64 | 73 |
| Binary | 1101111 | 11001101 | 1100000 | 101110 | 0 | 110101 | 10100 | 1110000 | 110100 | 111011 |
Color Harmonies of #6FCD60
Complementary color
Monochromatic Colors of #6FCD60
Black with #6FCD60
Text Example
Text Example
White with #6FCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD60; }
p { color: rgb(111,205,96); }
H1.HeaderClassName
{
color: #6FCD60;
}
.AnyTagClassName
{
color: #6FCD60;
}
</style>
background-color css
<style>
a { background-color: #6FCD60; }
a { background-color: rgb(111,205,96); }
div.DivClassName
{
background-color: #6FCD60;
}
.BgClassName
{
background-color: #6FCD60;
}
</style>
border-color css
<style>
span { border-color: #6FCD60; }
span { border-color: rgb(111,205,96); }
td.TdClassName
{
border-color: #6FCD60;
}
.TagClassName
{
border-color: #6FCD60;
}
</style>