Shades of Mantis #6FD545
Tints of Mantis #6FD545
RGB
CMYK
RGB Variations
Color information
#6FD545 (or 0x6FD545) is known color: Mantis. HEX triplet: 6F, D5 and 45. RGB value is (111,213,69). Sum of RGB (Red+Green+Blue) = 111+213+69=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD545 is #902ABA. Grayscale: #A6A6A6. Windows color (decimal): -9448123 or 4576623. OLE color: 4576623.
HSL color Cylindrical-coordinate representation of color #6FD545: hue angle of 102.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FD545 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 69 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.16 |
| HSL | 102.5º | 0.63% | 0.55% | - |
| HSV(B) | 102.5º | 0.68% | 0.84% | - |
| XYZ | 31.42 | 51.4 | 13.89 | - |
| YUV | 166.09 | 73.21 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 69 | 0.48 | 0 | 0.68 | 0.16 | 102.5 | 0.63 | 0.55 |
| Hex | 6F | D5 | 45 | 30 | 0 | 44 | 10 | 66 | 3F | 37 |
| Octal | 157 | 325 | 105 | 60 | 0 | 104 | 20 | 146 | 77 | 67 |
| Binary | 1101111 | 11010101 | 1000101 | 110000 | 0 | 1000100 | 10000 | 1100110 | 111111 | 110111 |
Color Harmonies of #6FD545
Complementary color
Monochromatic Colors of #6FD545
Black with #6FD545
Text Example
Text Example
White with #6FD545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD545; }
p { color: rgb(111,213,69); }
H1.HeaderClassName
{
color: #6FD545;
}
.AnyTagClassName
{
color: #6FD545;
}
</style>
background-color css
<style>
a { background-color: #6FD545; }
a { background-color: rgb(111,213,69); }
div.DivClassName
{
background-color: #6FD545;
}
.BgClassName
{
background-color: #6FD545;
}
</style>
border-color css
<style>
span { border-color: #6FD545; }
span { border-color: rgb(111,213,69); }
td.TdClassName
{
border-color: #6FD545;
}
.TagClassName
{
border-color: #6FD545;
}
</style>