Shades of Mantis #6FDE45
Tints of Mantis #6FDE45
RGB
CMYK
RGB Variations
Color information
#6FDE45 (or 0x6FDE45) is known color: Mantis. HEX triplet: 6F, DE and 45. RGB value is (111,222,69). Sum of RGB (Red+Green+Blue) = 111+222+69=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDE45 is #9021BA. Grayscale: #ABABAB. Windows color (decimal): -9445819 or 4578927. OLE color: 4578927.
HSL color Cylindrical-coordinate representation of color #6FDE45: hue angle of 103.53º degrees, saturation: 0.7, 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 #6FDE45 is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 69 | - |
| CMYK | 0.5 | 0 | 0.69 | 0.13 |
| HSL | 103.53º | 0.7% | 0.57% | - |
| HSV(B) | 103.53º | 0.69% | 0.87% | - |
| XYZ | 33.75 | 56.05 | 14.67 | - |
| YUV | 171.37 | 70.23 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 69 | 0.5 | 0 | 0.69 | 0.13 | 103.53 | 0.7 | 0.57 |
| Hex | 6F | DE | 45 | 32 | 0 | 45 | D | 68 | 46 | 39 |
| Octal | 157 | 336 | 105 | 62 | 0 | 105 | 15 | 150 | 106 | 71 |
| Binary | 1101111 | 11011110 | 1000101 | 110010 | 0 | 1000101 | 1101 | 1101000 | 1000110 | 111001 |
Color Harmonies of #6FDE45
Complementary color
Monochromatic Colors of #6FDE45
Black with #6FDE45
Text Example
Text Example
White with #6FDE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDE45; }
p { color: rgb(111,222,69); }
H1.HeaderClassName
{
color: #6FDE45;
}
.AnyTagClassName
{
color: #6FDE45;
}
</style>
background-color css
<style>
a { background-color: #6FDE45; }
a { background-color: rgb(111,222,69); }
div.DivClassName
{
background-color: #6FDE45;
}
.BgClassName
{
background-color: #6FDE45;
}
</style>
border-color css
<style>
span { border-color: #6FDE45; }
span { border-color: rgb(111,222,69); }
td.TdClassName
{
border-color: #6FDE45;
}
.TagClassName
{
border-color: #6FDE45;
}
</style>