Shades of Mantis #6FD45D
Tints of Mantis #6FD45D
RGB
CMYK
RGB Variations
Color information
#6FD45D (or 0x6FD45D) is known color: Mantis. HEX triplet: 6F, D4 and 5D. RGB value is (111,212,93). Sum of RGB (Red+Green+Blue) = 111+212+93=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD45D is #902BA2. Grayscale: #A8A8A8. Windows color (decimal): -9448355 or 6149231. OLE color: 6149231.
HSL color Cylindrical-coordinate representation of color #6FD45D: hue angle of 110.92º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD45D is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 93 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.17 |
| HSL | 110.92º | 0.58% | 0.6% | - |
| HSV(B) | 110.92º | 0.56% | 0.83% | - |
| XYZ | 32.07 | 51.26 | 18.56 | - |
| YUV | 168.24 | 85.54 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 93 | 0.48 | 0 | 0.56 | 0.17 | 110.92 | 0.58 | 0.6 |
| Hex | 6F | D4 | 5D | 30 | 0 | 38 | 11 | 6F | 3A | 3C |
| Octal | 157 | 324 | 135 | 60 | 0 | 70 | 21 | 157 | 72 | 74 |
| Binary | 1101111 | 11010100 | 1011101 | 110000 | 0 | 111000 | 10001 | 1101111 | 111010 | 111100 |
Color Harmonies of #6FD45D
Complementary color
Monochromatic Colors of #6FD45D
Black with #6FD45D
Text Example
Text Example
White with #6FD45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD45D; }
p { color: rgb(111,212,93); }
H1.HeaderClassName
{
color: #6FD45D;
}
.AnyTagClassName
{
color: #6FD45D;
}
</style>
background-color css
<style>
a { background-color: #6FD45D; }
a { background-color: rgb(111,212,93); }
div.DivClassName
{
background-color: #6FD45D;
}
.BgClassName
{
background-color: #6FD45D;
}
</style>
border-color css
<style>
span { border-color: #6FD45D; }
span { border-color: rgb(111,212,93); }
td.TdClassName
{
border-color: #6FD45D;
}
.TagClassName
{
border-color: #6FD45D;
}
</style>