Shades of Mantis #6FE345
Tints of Mantis #6FE345
RGB
CMYK
RGB Variations
Color information
#6FE345 (or 0x6FE345) is known color: Mantis. HEX triplet: 6F, E3 and 45. RGB value is (111,227,69). Sum of RGB (Red+Green+Blue) = 111+227+69=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 227 (89.06% from 255 or 55.77% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE345 is #901CBA. Grayscale: #AEAEAE. Windows color (decimal): -9444539 or 4580207. OLE color: 4580207.
HSL color Cylindrical-coordinate representation of color #6FE345: hue angle of 104.05º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FE345 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 69 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.11 |
| HSL | 104.05º | 0.74% | 0.58% | - |
| HSV(B) | 104.05º | 0.7% | 0.89% | - |
| XYZ | 35.1 | 58.75 | 15.12 | - |
| YUV | 174.3 | 68.57 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 69 | 0.51 | 0 | 0.70 | 0.11 | 104.05 | 0.74 | 0.58 |
| Hex | 6F | E3 | 45 | 33 | 0 | 46 | B | 68 | 4A | 3A |
| Octal | 157 | 343 | 105 | 63 | 0 | 106 | 13 | 150 | 112 | 72 |
| Binary | 1101111 | 11100011 | 1000101 | 110011 | 0 | 1000110 | 1011 | 1101000 | 1001010 | 111010 |
Color Harmonies of #6FE345
Complementary color
Monochromatic Colors of #6FE345
Black with #6FE345
Text Example
Text Example
White with #6FE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE345; }
p { color: rgb(111,227,69); }
H1.HeaderClassName
{
color: #6FE345;
}
.AnyTagClassName
{
color: #6FE345;
}
</style>
background-color css
<style>
a { background-color: #6FE345; }
a { background-color: rgb(111,227,69); }
div.DivClassName
{
background-color: #6FE345;
}
.BgClassName
{
background-color: #6FE345;
}
</style>
border-color css
<style>
span { border-color: #6FE345; }
span { border-color: rgb(111,227,69); }
td.TdClassName
{
border-color: #6FE345;
}
.TagClassName
{
border-color: #6FE345;
}
</style>