Shades of Mantis #6BE145
Tints of Mantis #6BE145
RGB
CMYK
RGB Variations
Color information
#6BE145 (or 0x6BE145) is known color: Mantis. HEX triplet: 6B, E1 and 45. RGB value is (107,225,69). Sum of RGB (Red+Green+Blue) = 107+225+69=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BE145 is #941EBA. Grayscale: #ACACAC. Windows color (decimal): -9707195 or 4579691. OLE color: 4579691.
HSL color Cylindrical-coordinate representation of color #6BE145: hue angle of 105.38º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6BE145 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 69 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.12 |
| HSL | 105.38º | 0.72% | 0.58% | - |
| HSV(B) | 105.38º | 0.69% | 0.88% | - |
| XYZ | 34.06 | 57.41 | 14.92 | - |
| YUV | 171.93 | 69.91 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 69 | 0.52 | 0 | 0.69 | 0.12 | 105.38 | 0.72 | 0.58 |
| Hex | 6B | E1 | 45 | 34 | 0 | 45 | C | 69 | 48 | 3A |
| Octal | 153 | 341 | 105 | 64 | 0 | 105 | 14 | 151 | 110 | 72 |
| Binary | 1101011 | 11100001 | 1000101 | 110100 | 0 | 1000101 | 1100 | 1101001 | 1001000 | 111010 |
Color Harmonies of #6BE145
Complementary color
Monochromatic Colors of #6BE145
Black with #6BE145
Text Example
Text Example
White with #6BE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE145; }
p { color: rgb(107,225,69); }
H1.HeaderClassName
{
color: #6BE145;
}
.AnyTagClassName
{
color: #6BE145;
}
</style>
background-color css
<style>
a { background-color: #6BE145; }
a { background-color: rgb(107,225,69); }
div.DivClassName
{
background-color: #6BE145;
}
.BgClassName
{
background-color: #6BE145;
}
</style>
border-color css
<style>
span { border-color: #6BE145; }
span { border-color: rgb(107,225,69); }
td.TdClassName
{
border-color: #6BE145;
}
.TagClassName
{
border-color: #6BE145;
}
</style>