Shades of Mantis #7FBC42
Tints of Mantis #7FBC42
RGB
CMYK
RGB Variations
Color information
#7FBC42 (or 0x7FBC42) is known color: Mantis. HEX triplet: 7F, BC and 42. RGB value is (127,188,66). Sum of RGB (Red+Green+Blue) = 127+188+66=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC42 is #8043BD. Grayscale: #9C9C9C. Windows color (decimal): -8405950 or 4373631. OLE color: 4373631.
HSL color Cylindrical-coordinate representation of color #7FBC42: hue angle of 90º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FBC42 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 66 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.26 |
| HSL | 90º | 0.48% | 0.5% | - |
| HSV(B) | 90º | 0.65% | 0.74% | - |
| XYZ | 27.72 | 40.87 | 11.58 | - |
| YUV | 155.85 | 77.29 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 66 | 0.32 | 0 | 0.65 | 0.26 | 90 | 0.48 | 0.5 |
| Hex | 7F | BC | 42 | 20 | 0 | 41 | 1A | 5A | 30 | 32 |
| Octal | 177 | 274 | 102 | 40 | 0 | 101 | 32 | 132 | 60 | 62 |
| Binary | 1111111 | 10111100 | 1000010 | 100000 | 0 | 1000001 | 11010 | 1011010 | 110000 | 110010 |
Color Harmonies of #7FBC42
Complementary color
Monochromatic Colors of #7FBC42
Black with #7FBC42
Text Example
Text Example
White with #7FBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC42; }
p { color: rgb(127,188,66); }
H1.HeaderClassName
{
color: #7FBC42;
}
.AnyTagClassName
{
color: #7FBC42;
}
</style>
background-color css
<style>
a { background-color: #7FBC42; }
a { background-color: rgb(127,188,66); }
div.DivClassName
{
background-color: #7FBC42;
}
.BgClassName
{
background-color: #7FBC42;
}
</style>
border-color css
<style>
span { border-color: #7FBC42; }
span { border-color: rgb(127,188,66); }
td.TdClassName
{
border-color: #7FBC42;
}
.TagClassName
{
border-color: #7FBC42;
}
</style>