Shades of Mantis #7FCB5A
Tints of Mantis #7FCB5A
RGB
CMYK
RGB Variations
Color information
#7FCB5A (or 0x7FCB5A) is known color: Mantis. HEX triplet: 7F, CB and 5A. RGB value is (127,203,90). Sum of RGB (Red+Green+Blue) = 127+203+90=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCB5A is #8034A5. Grayscale: #A7A7A7. Windows color (decimal): -8402086 or 5950335. OLE color: 5950335.
HSL color Cylindrical-coordinate representation of color #7FCB5A: hue angle of 100.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FCB5A is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 90 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.20 |
| HSL | 100.35º | 0.52% | 0.57% | - |
| HSV(B) | 100.35º | 0.56% | 0.8% | - |
| XYZ | 31.95 | 47.96 | 17.25 | - |
| YUV | 167.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 90 | 0.37 | 0 | 0.56 | 0.20 | 100.35 | 0.52 | 0.57 |
| Hex | 7F | CB | 5A | 25 | 0 | 38 | 14 | 64 | 34 | 39 |
| Octal | 177 | 313 | 132 | 45 | 0 | 70 | 24 | 144 | 64 | 71 |
| Binary | 1111111 | 11001011 | 1011010 | 100101 | 0 | 111000 | 10100 | 1100100 | 110100 | 111001 |
Color Harmonies of #7FCB5A
Complementary color
Monochromatic Colors of #7FCB5A
Black with #7FCB5A
Text Example
Text Example
White with #7FCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB5A; }
p { color: rgb(127,203,90); }
H1.HeaderClassName
{
color: #7FCB5A;
}
.AnyTagClassName
{
color: #7FCB5A;
}
</style>
background-color css
<style>
a { background-color: #7FCB5A; }
a { background-color: rgb(127,203,90); }
div.DivClassName
{
background-color: #7FCB5A;
}
.BgClassName
{
background-color: #7FCB5A;
}
</style>
border-color css
<style>
span { border-color: #7FCB5A; }
span { border-color: rgb(127,203,90); }
td.TdClassName
{
border-color: #7FCB5A;
}
.TagClassName
{
border-color: #7FCB5A;
}
</style>