Shades of Mantis #7FC33D
Tints of Mantis #7FC33D
RGB
CMYK
RGB Variations
Color information
#7FC33D (or 0x7FC33D) is known color: Mantis. HEX triplet: 7F, C3 and 3D. RGB value is (127,195,61). Sum of RGB (Red+Green+Blue) = 127+195+61=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC33D is #803CC2. Grayscale: #9F9F9F. Windows color (decimal): -8404163 or 4047743. OLE color: 4047743.
HSL color Cylindrical-coordinate representation of color #7FC33D: hue angle of 90.45º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FC33D is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 61 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.24 |
| HSL | 90.45º | 0.53% | 0.5% | - |
| HSV(B) | 90.45º | 0.69% | 0.76% | - |
| XYZ | 29.11 | 43.88 | 11.35 | - |
| YUV | 159.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 61 | 0.35 | 0 | 0.69 | 0.24 | 90.45 | 0.53 | 0.5 |
| Hex | 7F | C3 | 3D | 23 | 0 | 45 | 18 | 5A | 35 | 32 |
| Octal | 177 | 303 | 75 | 43 | 0 | 105 | 30 | 132 | 65 | 62 |
| Binary | 1111111 | 11000011 | 111101 | 100011 | 0 | 1000101 | 11000 | 1011010 | 110101 | 110010 |
Color Harmonies of #7FC33D
Complementary color
Monochromatic Colors of #7FC33D
Black with #7FC33D
Text Example
Text Example
White with #7FC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC33D; }
p { color: rgb(127,195,61); }
H1.HeaderClassName
{
color: #7FC33D;
}
.AnyTagClassName
{
color: #7FC33D;
}
</style>
background-color css
<style>
a { background-color: #7FC33D; }
a { background-color: rgb(127,195,61); }
div.DivClassName
{
background-color: #7FC33D;
}
.BgClassName
{
background-color: #7FC33D;
}
</style>
border-color css
<style>
span { border-color: #7FC33D; }
span { border-color: rgb(127,195,61); }
td.TdClassName
{
border-color: #7FC33D;
}
.TagClassName
{
border-color: #7FC33D;
}
</style>