Shades of Mantis #6FE250
Tints of Mantis #6FE250
RGB
CMYK
RGB Variations
Color information
#6FE250 (or 0x6FE250) is known color: Mantis. HEX triplet: 6F, E2 and 50. RGB value is (111,226,80). Sum of RGB (Red+Green+Blue) = 111+226+80=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 226 (88.67% from 255 or 54.20% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE250 is #901DAF. Grayscale: #AFAFAF. Windows color (decimal): -9444784 or 5300847. OLE color: 5300847.
HSL color Cylindrical-coordinate representation of color #6FE250: hue angle of 107.26º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6FE250 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 80 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.11 |
| HSL | 107.26º | 0.72% | 0.6% | - |
| HSV(B) | 107.26º | 0.65% | 0.89% | - |
| XYZ | 35.2 | 58.35 | 17 | - |
| YUV | 174.97 | 74.4 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 80 | 0.51 | 0 | 0.65 | 0.11 | 107.26 | 0.72 | 0.6 |
| Hex | 6F | E2 | 50 | 33 | 0 | 41 | B | 6B | 48 | 3C |
| Octal | 157 | 342 | 120 | 63 | 0 | 101 | 13 | 153 | 110 | 74 |
| Binary | 1101111 | 11100010 | 1010000 | 110011 | 0 | 1000001 | 1011 | 1101011 | 1001000 | 111100 |
Color Harmonies of #6FE250
Complementary color
Monochromatic Colors of #6FE250
Black with #6FE250
Text Example
Text Example
White with #6FE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE250; }
p { color: rgb(111,226,80); }
H1.HeaderClassName
{
color: #6FE250;
}
.AnyTagClassName
{
color: #6FE250;
}
</style>
background-color css
<style>
a { background-color: #6FE250; }
a { background-color: rgb(111,226,80); }
div.DivClassName
{
background-color: #6FE250;
}
.BgClassName
{
background-color: #6FE250;
}
</style>
border-color css
<style>
span { border-color: #6FE250; }
span { border-color: rgb(111,226,80); }
td.TdClassName
{
border-color: #6FE250;
}
.TagClassName
{
border-color: #6FE250;
}
</style>