Shades of Mantis #6FDE50
Tints of Mantis #6FDE50
RGB
CMYK
RGB Variations
Color information
#6FDE50 (or 0x6FDE50) is known color: Mantis. HEX triplet: 6F, DE and 50. RGB value is (111,222,80). Sum of RGB (Red+Green+Blue) = 111+222+80=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDE50 is #9021AF. Grayscale: #ADADAD. Windows color (decimal): -9445808 or 5299823. OLE color: 5299823.
HSL color Cylindrical-coordinate representation of color #6FDE50: hue angle of 106.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FDE50 is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 80 | - |
| CMYK | 0.5 | 0 | 0.64 | 0.13 |
| HSL | 106.9º | 0.68% | 0.59% | - |
| HSV(B) | 106.9º | 0.64% | 0.87% | - |
| XYZ | 34.12 | 56.2 | 16.64 | - |
| YUV | 172.62 | 75.73 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 80 | 0.5 | 0 | 0.64 | 0.13 | 106.9 | 0.68 | 0.59 |
| Hex | 6F | DE | 50 | 32 | 0 | 40 | D | 6B | 44 | 3B |
| Octal | 157 | 336 | 120 | 62 | 0 | 100 | 15 | 153 | 104 | 73 |
| Binary | 1101111 | 11011110 | 1010000 | 110010 | 0 | 1000000 | 1101 | 1101011 | 1000100 | 111011 |
Color Harmonies of #6FDE50
Complementary color
Monochromatic Colors of #6FDE50
Black with #6FDE50
Text Example
Text Example
White with #6FDE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDE50; }
p { color: rgb(111,222,80); }
H1.HeaderClassName
{
color: #6FDE50;
}
.AnyTagClassName
{
color: #6FDE50;
}
</style>
background-color css
<style>
a { background-color: #6FDE50; }
a { background-color: rgb(111,222,80); }
div.DivClassName
{
background-color: #6FDE50;
}
.BgClassName
{
background-color: #6FDE50;
}
</style>
border-color css
<style>
span { border-color: #6FDE50; }
span { border-color: rgb(111,222,80); }
td.TdClassName
{
border-color: #6FDE50;
}
.TagClassName
{
border-color: #6FDE50;
}
</style>