Shades of Mantis #6FD55A
Tints of Mantis #6FD55A
RGB
CMYK
RGB Variations
Color information
#6FD55A (or 0x6FD55A) is known color: Mantis. HEX triplet: 6F, D5 and 5A. RGB value is (111,213,90). Sum of RGB (Red+Green+Blue) = 111+213+90=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD55A is #902AA5. Grayscale: #A8A8A8. Windows color (decimal): -9448102 or 5952879. OLE color: 5952879.
HSL color Cylindrical-coordinate representation of color #6FD55A: hue angle of 109.76º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FD55A is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 90 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.16 |
| HSL | 109.76º | 0.59% | 0.59% | - |
| HSV(B) | 109.76º | 0.58% | 0.84% | - |
| XYZ | 32.2 | 51.71 | 17.96 | - |
| YUV | 168.48 | 83.71 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 90 | 0.48 | 0 | 0.58 | 0.16 | 109.76 | 0.59 | 0.59 |
| Hex | 6F | D5 | 5A | 30 | 0 | 3A | 10 | 6E | 3B | 3B |
| Octal | 157 | 325 | 132 | 60 | 0 | 72 | 20 | 156 | 73 | 73 |
| Binary | 1101111 | 11010101 | 1011010 | 110000 | 0 | 111010 | 10000 | 1101110 | 111011 | 111011 |
Color Harmonies of #6FD55A
Complementary color
Monochromatic Colors of #6FD55A
Black with #6FD55A
Text Example
Text Example
White with #6FD55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD55A; }
p { color: rgb(111,213,90); }
H1.HeaderClassName
{
color: #6FD55A;
}
.AnyTagClassName
{
color: #6FD55A;
}
</style>
background-color css
<style>
a { background-color: #6FD55A; }
a { background-color: rgb(111,213,90); }
div.DivClassName
{
background-color: #6FD55A;
}
.BgClassName
{
background-color: #6FD55A;
}
</style>
border-color css
<style>
span { border-color: #6FD55A; }
span { border-color: rgb(111,213,90); }
td.TdClassName
{
border-color: #6FD55A;
}
.TagClassName
{
border-color: #6FD55A;
}
</style>