Shades of Mantis #6FCC55
Tints of Mantis #6FCC55
RGB
CMYK
RGB Variations
Color information
#6FCC55 (or 0x6FCC55) is known color: Mantis. HEX triplet: 6F, CC and 55. RGB value is (111,204,85). Sum of RGB (Red+Green+Blue) = 111+204+85=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCC55 is #9033AA. Grayscale: #A3A3A3. Windows color (decimal): -9450411 or 5622895. OLE color: 5622895.
HSL color Cylindrical-coordinate representation of color #6FCC55: hue angle of 106.89º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FCC55 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 85 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.2 |
| HSL | 106.89º | 0.54% | 0.57% | - |
| HSV(B) | 106.89º | 0.58% | 0.8% | - |
| XYZ | 29.79 | 47.22 | 16.14 | - |
| YUV | 162.63 | 84.19 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 85 | 0.46 | 0 | 0.58 | 0.2 | 106.89 | 0.54 | 0.57 |
| Hex | 6F | CC | 55 | 2E | 0 | 3A | 14 | 6B | 36 | 39 |
| Octal | 157 | 314 | 125 | 56 | 0 | 72 | 24 | 153 | 66 | 71 |
| Binary | 1101111 | 11001100 | 1010101 | 101110 | 0 | 111010 | 10100 | 1101011 | 110110 | 111001 |
Color Harmonies of #6FCC55
Complementary color
Monochromatic Colors of #6FCC55
Black with #6FCC55
Text Example
Text Example
White with #6FCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC55; }
p { color: rgb(111,204,85); }
H1.HeaderClassName
{
color: #6FCC55;
}
.AnyTagClassName
{
color: #6FCC55;
}
</style>
background-color css
<style>
a { background-color: #6FCC55; }
a { background-color: rgb(111,204,85); }
div.DivClassName
{
background-color: #6FCC55;
}
.BgClassName
{
background-color: #6FCC55;
}
</style>
border-color css
<style>
span { border-color: #6FCC55; }
span { border-color: rgb(111,204,85); }
td.TdClassName
{
border-color: #6FCC55;
}
.TagClassName
{
border-color: #6FCC55;
}
</style>