Shades of Mantis #7FCC43
Tints of Mantis #7FCC43
RGB
CMYK
RGB Variations
Color information
#7FCC43 (or 0x7FCC43) is known color: Mantis. HEX triplet: 7F, CC and 43. RGB value is (127,204,67). Sum of RGB (Red+Green+Blue) = 127+204+67=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC43 is #8033BC. Grayscale: #A5A5A5. Windows color (decimal): -8401853 or 4443263. OLE color: 4443263.
HSL color Cylindrical-coordinate representation of color #7FCC43: hue angle of 93.72º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FCC43 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 67 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.2 |
| HSL | 93.72º | 0.57% | 0.53% | - |
| HSV(B) | 93.72º | 0.67% | 0.8% | - |
| XYZ | 31.36 | 48.1 | 12.94 | - |
| YUV | 165.36 | 72.49 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 67 | 0.38 | 0 | 0.67 | 0.2 | 93.72 | 0.57 | 0.53 |
| Hex | 7F | CC | 43 | 26 | 0 | 43 | 14 | 5E | 39 | 35 |
| Octal | 177 | 314 | 103 | 46 | 0 | 103 | 24 | 136 | 71 | 65 |
| Binary | 1111111 | 11001100 | 1000011 | 100110 | 0 | 1000011 | 10100 | 1011110 | 111001 | 110101 |
Color Harmonies of #7FCC43
Complementary color
Monochromatic Colors of #7FCC43
Black with #7FCC43
Text Example
Text Example
White with #7FCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC43; }
p { color: rgb(127,204,67); }
H1.HeaderClassName
{
color: #7FCC43;
}
.AnyTagClassName
{
color: #7FCC43;
}
</style>
background-color css
<style>
a { background-color: #7FCC43; }
a { background-color: rgb(127,204,67); }
div.DivClassName
{
background-color: #7FCC43;
}
.BgClassName
{
background-color: #7FCC43;
}
</style>
border-color css
<style>
span { border-color: #7FCC43; }
span { border-color: rgb(127,204,67); }
td.TdClassName
{
border-color: #7FCC43;
}
.TagClassName
{
border-color: #7FCC43;
}
</style>