Shades of Mantis #7FC341
Tints of Mantis #7FC341
RGB
CMYK
RGB Variations
Color information
#7FC341 (or 0x7FC341) is known color: Mantis. HEX triplet: 7F, C3 and 41. RGB value is (127,195,65). Sum of RGB (Red+Green+Blue) = 127+195+65=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC341 is #803CBE. Grayscale: #A0A0A0. Windows color (decimal): -8404159 or 4309887. OLE color: 4309887.
HSL color Cylindrical-coordinate representation of color #7FC341: hue angle of 91.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FC341 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 65 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.24 |
| HSL | 91.38º | 0.52% | 0.51% | - |
| HSV(B) | 91.38º | 0.67% | 0.76% | - |
| XYZ | 29.22 | 43.92 | 11.94 | - |
| YUV | 159.85 | 74.47 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 65 | 0.35 | 0 | 0.67 | 0.24 | 91.38 | 0.52 | 0.51 |
| Hex | 7F | C3 | 41 | 23 | 0 | 43 | 18 | 5B | 34 | 33 |
| Octal | 177 | 303 | 101 | 43 | 0 | 103 | 30 | 133 | 64 | 63 |
| Binary | 1111111 | 11000011 | 1000001 | 100011 | 0 | 1000011 | 11000 | 1011011 | 110100 | 110011 |
Color Harmonies of #7FC341
Complementary color
Monochromatic Colors of #7FC341
Black with #7FC341
Text Example
Text Example
White with #7FC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC341; }
p { color: rgb(127,195,65); }
H1.HeaderClassName
{
color: #7FC341;
}
.AnyTagClassName
{
color: #7FC341;
}
</style>
background-color css
<style>
a { background-color: #7FC341; }
a { background-color: rgb(127,195,65); }
div.DivClassName
{
background-color: #7FC341;
}
.BgClassName
{
background-color: #7FC341;
}
</style>
border-color css
<style>
span { border-color: #7FC341; }
span { border-color: rgb(127,195,65); }
td.TdClassName
{
border-color: #7FC341;
}
.TagClassName
{
border-color: #7FC341;
}
</style>