Shades of Mantis #6FCA55
Tints of Mantis #6FCA55
RGB
CMYK
RGB Variations
Color information
#6FCA55 (or 0x6FCA55) is known color: Mantis. HEX triplet: 6F, CA and 55. RGB value is (111,202,85). Sum of RGB (Red+Green+Blue) = 111+202+85=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCA55 is #9035AA. Grayscale: #A1A1A1. Windows color (decimal): -9450923 or 5622383. OLE color: 5622383.
HSL color Cylindrical-coordinate representation of color #6FCA55: hue angle of 106.67º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FCA55 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 202 | 85 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.21 |
| HSL | 106.67º | 0.52% | 0.56% | - |
| HSV(B) | 106.67º | 0.58% | 0.79% | - |
| XYZ | 29.32 | 46.28 | 15.98 | - |
| YUV | 161.45 | 84.85 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 202 | 85 | 0.45 | 0 | 0.58 | 0.21 | 106.67 | 0.52 | 0.56 |
| Hex | 6F | CA | 55 | 2D | 0 | 3A | 15 | 6B | 34 | 38 |
| Octal | 157 | 312 | 125 | 55 | 0 | 72 | 25 | 153 | 64 | 70 |
| Binary | 1101111 | 11001010 | 1010101 | 101101 | 0 | 111010 | 10101 | 1101011 | 110100 | 111000 |
Color Harmonies of #6FCA55
Complementary color
Monochromatic Colors of #6FCA55
Black with #6FCA55
Text Example
Text Example
White with #6FCA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCA55; }
p { color: rgb(111,202,85); }
H1.HeaderClassName
{
color: #6FCA55;
}
.AnyTagClassName
{
color: #6FCA55;
}
</style>
background-color css
<style>
a { background-color: #6FCA55; }
a { background-color: rgb(111,202,85); }
div.DivClassName
{
background-color: #6FCA55;
}
.BgClassName
{
background-color: #6FCA55;
}
</style>
border-color css
<style>
span { border-color: #6FCA55; }
span { border-color: rgb(111,202,85); }
td.TdClassName
{
border-color: #6FCA55;
}
.TagClassName
{
border-color: #6FCA55;
}
</style>