Shades of Mantis #6FD645
Tints of Mantis #6FD645
RGB
CMYK
RGB Variations
Color information
#6FD645 (or 0x6FD645) is known color: Mantis. HEX triplet: 6F, D6 and 45. RGB value is (111,214,69). Sum of RGB (Red+Green+Blue) = 111+214+69=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD645 is #9029BA. Grayscale: #A7A7A7. Windows color (decimal): -9447867 or 4576879. OLE color: 4576879.
HSL color Cylindrical-coordinate representation of color #6FD645: hue angle of 102.62º degrees, saturation: 0.64, 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 #6FD645 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 69 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.16 |
| HSL | 102.62º | 0.64% | 0.55% | - |
| HSV(B) | 102.62º | 0.68% | 0.84% | - |
| XYZ | 31.68 | 51.9 | 13.98 | - |
| YUV | 166.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 69 | 0.48 | 0 | 0.68 | 0.16 | 102.62 | 0.64 | 0.55 |
| Hex | 6F | D6 | 45 | 30 | 0 | 44 | 10 | 67 | 40 | 37 |
| Octal | 157 | 326 | 105 | 60 | 0 | 104 | 20 | 147 | 100 | 67 |
| Binary | 1101111 | 11010110 | 1000101 | 110000 | 0 | 1000100 | 10000 | 1100111 | 1000000 | 110111 |
Color Harmonies of #6FD645
Complementary color
Monochromatic Colors of #6FD645
Black with #6FD645
Text Example
Text Example
White with #6FD645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD645; }
p { color: rgb(111,214,69); }
H1.HeaderClassName
{
color: #6FD645;
}
.AnyTagClassName
{
color: #6FD645;
}
</style>
background-color css
<style>
a { background-color: #6FD645; }
a { background-color: rgb(111,214,69); }
div.DivClassName
{
background-color: #6FD645;
}
.BgClassName
{
background-color: #6FD645;
}
</style>
border-color css
<style>
span { border-color: #6FD645; }
span { border-color: rgb(111,214,69); }
td.TdClassName
{
border-color: #6FD645;
}
.TagClassName
{
border-color: #6FD645;
}
</style>