Shades of Mantis #6BE245
Tints of Mantis #6BE245
RGB
CMYK
RGB Variations
Color information
#6BE245 (or 0x6BE245) is known color: Mantis. HEX triplet: 6B, E2 and 45. RGB value is (107,226,69). Sum of RGB (Red+Green+Blue) = 107+226+69=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 226 (88.67% from 255 or 56.22% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BE245 is #941DBA. Grayscale: #ADADAD. Windows color (decimal): -9706939 or 4579947. OLE color: 4579947.
HSL color Cylindrical-coordinate representation of color #6BE245: hue angle of 105.48º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6BE245 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 226 | 69 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.11 |
| HSL | 105.48º | 0.73% | 0.58% | - |
| HSV(B) | 105.48º | 0.69% | 0.89% | - |
| XYZ | 34.33 | 57.95 | 15.01 | - |
| YUV | 172.52 | 69.58 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 226 | 69 | 0.53 | 0 | 0.69 | 0.11 | 105.48 | 0.73 | 0.58 |
| Hex | 6B | E2 | 45 | 35 | 0 | 45 | B | 69 | 49 | 3A |
| Octal | 153 | 342 | 105 | 65 | 0 | 105 | 13 | 151 | 111 | 72 |
| Binary | 1101011 | 11100010 | 1000101 | 110101 | 0 | 1000101 | 1011 | 1101001 | 1001001 | 111010 |
Color Harmonies of #6BE245
Complementary color
Monochromatic Colors of #6BE245
Black with #6BE245
Text Example
Text Example
White with #6BE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE245; }
p { color: rgb(107,226,69); }
H1.HeaderClassName
{
color: #6BE245;
}
.AnyTagClassName
{
color: #6BE245;
}
</style>
background-color css
<style>
a { background-color: #6BE245; }
a { background-color: rgb(107,226,69); }
div.DivClassName
{
background-color: #6BE245;
}
.BgClassName
{
background-color: #6BE245;
}
</style>
border-color css
<style>
span { border-color: #6BE245; }
span { border-color: rgb(107,226,69); }
td.TdClassName
{
border-color: #6BE245;
}
.TagClassName
{
border-color: #6BE245;
}
</style>