Shades of Mantis #6FD945
Tints of Mantis #6FD945
RGB
CMYK
RGB Variations
Color information
#6FD945 (or 0x6FD945) is known color: Mantis. HEX triplet: 6F, D9 and 45. RGB value is (111,217,69). Sum of RGB (Red+Green+Blue) = 111+217+69=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD945 is #9026BA. Grayscale: #A8A8A8. Windows color (decimal): -9447099 or 4577647. OLE color: 4577647.
HSL color Cylindrical-coordinate representation of color #6FD945: hue angle of 102.97º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FD945 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 69 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.15 |
| HSL | 102.97º | 0.66% | 0.56% | - |
| HSV(B) | 102.97º | 0.68% | 0.85% | - |
| XYZ | 32.44 | 53.43 | 14.23 | - |
| YUV | 168.43 | 71.88 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 69 | 0.49 | 0 | 0.68 | 0.15 | 102.97 | 0.66 | 0.56 |
| Hex | 6F | D9 | 45 | 31 | 0 | 44 | F | 67 | 42 | 38 |
| Octal | 157 | 331 | 105 | 61 | 0 | 104 | 17 | 147 | 102 | 70 |
| Binary | 1101111 | 11011001 | 1000101 | 110001 | 0 | 1000100 | 1111 | 1100111 | 1000010 | 111000 |
Color Harmonies of #6FD945
Complementary color
Monochromatic Colors of #6FD945
Black with #6FD945
Text Example
Text Example
White with #6FD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD945; }
p { color: rgb(111,217,69); }
H1.HeaderClassName
{
color: #6FD945;
}
.AnyTagClassName
{
color: #6FD945;
}
</style>
background-color css
<style>
a { background-color: #6FD945; }
a { background-color: rgb(111,217,69); }
div.DivClassName
{
background-color: #6FD945;
}
.BgClassName
{
background-color: #6FD945;
}
</style>
border-color css
<style>
span { border-color: #6FD945; }
span { border-color: rgb(111,217,69); }
td.TdClassName
{
border-color: #6FD945;
}
.TagClassName
{
border-color: #6FD945;
}
</style>