Shades of Mantis #6FDF45
Tints of Mantis #6FDF45
RGB
CMYK
RGB Variations
Color information
#6FDF45 (or 0x6FDF45) is known color: Mantis. HEX triplet: 6F, DF and 45. RGB value is (111,223,69). Sum of RGB (Red+Green+Blue) = 111+223+69=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #6FDF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDF45 is #9020BA. Grayscale: #ACACAC. Windows color (decimal): -9445563 or 4579183. OLE color: 4579183.
HSL color Cylindrical-coordinate representation of color #6FDF45: hue angle of 103.64º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FDF45 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 69 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.13 |
| HSL | 103.64º | 0.71% | 0.57% | - |
| HSV(B) | 103.64º | 0.69% | 0.87% | - |
| XYZ | 34.02 | 56.58 | 14.76 | - |
| YUV | 171.96 | 69.89 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 69 | 0.50 | 0 | 0.69 | 0.13 | 103.64 | 0.71 | 0.57 |
| Hex | 6F | DF | 45 | 32 | 0 | 45 | D | 68 | 47 | 39 |
| Octal | 157 | 337 | 105 | 62 | 0 | 105 | 15 | 150 | 107 | 71 |
| Binary | 1101111 | 11011111 | 1000101 | 110010 | 0 | 1000101 | 1101 | 1101000 | 1000111 | 111001 |
Color Harmonies of #6FDF45
Complementary color
Monochromatic Colors of #6FDF45
Black with #6FDF45
Text Example
Text Example
White with #6FDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDF45; }
p { color: rgb(111,223,69); }
H1.HeaderClassName
{
color: #6FDF45;
}
.AnyTagClassName
{
color: #6FDF45;
}
</style>
background-color css
<style>
a { background-color: #6FDF45; }
a { background-color: rgb(111,223,69); }
div.DivClassName
{
background-color: #6FDF45;
}
.BgClassName
{
background-color: #6FDF45;
}
</style>
border-color css
<style>
span { border-color: #6FDF45; }
span { border-color: rgb(111,223,69); }
td.TdClassName
{
border-color: #6FDF45;
}
.TagClassName
{
border-color: #6FDF45;
}
</style>