Shades of Mantis #7FC83D
Tints of Mantis #7FC83D
RGB
CMYK
RGB Variations
Color information
#7FC83D (or 0x7FC83D) is known color: Mantis. HEX triplet: 7F, C8 and 3D. RGB value is (127,200,61). Sum of RGB (Red+Green+Blue) = 127+200+61=388 (51% of max value = 765). Red value is 127 (50% from 255 or 32.73% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC83D is #8037C2. Grayscale: #A2A2A2. Windows color (decimal): -8402883 or 4049023. OLE color: 4049023.
HSL color Cylindrical-coordinate representation of color #7FC83D: hue angle of 91.51º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FC83D is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 61 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.22 |
| HSL | 91.51º | 0.56% | 0.51% | - |
| HSV(B) | 91.51º | 0.7% | 0.78% | - |
| XYZ | 30.25 | 46.16 | 11.73 | - |
| YUV | 162.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 61 | 0.36 | 0 | 0.69 | 0.22 | 91.51 | 0.56 | 0.51 |
| Hex | 7F | C8 | 3D | 24 | 0 | 45 | 16 | 5C | 38 | 33 |
| Octal | 177 | 310 | 75 | 44 | 0 | 105 | 26 | 134 | 70 | 63 |
| Binary | 1111111 | 11001000 | 111101 | 100100 | 0 | 1000101 | 10110 | 1011100 | 111000 | 110011 |
Color Harmonies of #7FC83D
Complementary color
Monochromatic Colors of #7FC83D
Black with #7FC83D
Text Example
Text Example
White with #7FC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC83D; }
p { color: rgb(127,200,61); }
H1.HeaderClassName
{
color: #7FC83D;
}
.AnyTagClassName
{
color: #7FC83D;
}
</style>
background-color css
<style>
a { background-color: #7FC83D; }
a { background-color: rgb(127,200,61); }
div.DivClassName
{
background-color: #7FC83D;
}
.BgClassName
{
background-color: #7FC83D;
}
</style>
border-color css
<style>
span { border-color: #7FC83D; }
span { border-color: rgb(127,200,61); }
td.TdClassName
{
border-color: #7FC83D;
}
.TagClassName
{
border-color: #7FC83D;
}
</style>