Shades of Mantis #7FDC45
Tints of Mantis #7FDC45
RGB
CMYK
RGB Variations
Color information
#7FDC45 (or 0x7FDC45) is known color: Mantis. HEX triplet: 7F, DC and 45. RGB value is (127,220,69). Sum of RGB (Red+Green+Blue) = 127+220+69=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDC45 is #8023BA. Grayscale: #AFAFAF. Windows color (decimal): -8397755 or 4578431. OLE color: 4578431.
HSL color Cylindrical-coordinate representation of color #7FDC45: hue angle of 96.95º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FDC45 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 69 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.14 |
| HSL | 96.95º | 0.68% | 0.57% | - |
| HSV(B) | 96.95º | 0.69% | 0.86% | - |
| XYZ | 35.42 | 56.13 | 14.6 | - |
| YUV | 174.98 | 68.19 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 69 | 0.42 | 0 | 0.69 | 0.14 | 96.95 | 0.68 | 0.57 |
| Hex | 7F | DC | 45 | 2A | 0 | 45 | E | 61 | 44 | 39 |
| Octal | 177 | 334 | 105 | 52 | 0 | 105 | 16 | 141 | 104 | 71 |
| Binary | 1111111 | 11011100 | 1000101 | 101010 | 0 | 1000101 | 1110 | 1100001 | 1000100 | 111001 |
Color Harmonies of #7FDC45
Complementary color
Monochromatic Colors of #7FDC45
Black with #7FDC45
Text Example
Text Example
White with #7FDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC45; }
p { color: rgb(127,220,69); }
H1.HeaderClassName
{
color: #7FDC45;
}
.AnyTagClassName
{
color: #7FDC45;
}
</style>
background-color css
<style>
a { background-color: #7FDC45; }
a { background-color: rgb(127,220,69); }
div.DivClassName
{
background-color: #7FDC45;
}
.BgClassName
{
background-color: #7FDC45;
}
</style>
border-color css
<style>
span { border-color: #7FDC45; }
span { border-color: rgb(127,220,69); }
td.TdClassName
{
border-color: #7FDC45;
}
.TagClassName
{
border-color: #7FDC45;
}
</style>