Shades of Mantis #7BCC5A
Tints of Mantis #7BCC5A
RGB
CMYK
RGB Variations
Color information
#7BCC5A (or 0x7BCC5A) is known color: Mantis. HEX triplet: 7B, CC and 5A. RGB value is (123,204,90). Sum of RGB (Red+Green+Blue) = 123+204+90=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCC5A is #8433A5. Grayscale: #A7A7A7. Windows color (decimal): -8663974 or 5950587. OLE color: 5950587.
HSL color Cylindrical-coordinate representation of color #7BCC5A: hue angle of 102.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BCC5A is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 90 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.2 |
| HSL | 102.63º | 0.53% | 0.58% | - |
| HSV(B) | 102.63º | 0.56% | 0.8% | - |
| XYZ | 31.61 | 48.13 | 17.3 | - |
| YUV | 166.79 | 84.66 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 90 | 0.40 | 0 | 0.56 | 0.2 | 102.63 | 0.53 | 0.58 |
| Hex | 7B | CC | 5A | 28 | 0 | 38 | 14 | 67 | 35 | 3A |
| Octal | 173 | 314 | 132 | 50 | 0 | 70 | 24 | 147 | 65 | 72 |
| Binary | 1111011 | 11001100 | 1011010 | 101000 | 0 | 111000 | 10100 | 1100111 | 110101 | 111010 |
Color Harmonies of #7BCC5A
Complementary color
Monochromatic Colors of #7BCC5A
Black with #7BCC5A
Text Example
Text Example
White with #7BCC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC5A; }
p { color: rgb(123,204,90); }
H1.HeaderClassName
{
color: #7BCC5A;
}
.AnyTagClassName
{
color: #7BCC5A;
}
</style>
background-color css
<style>
a { background-color: #7BCC5A; }
a { background-color: rgb(123,204,90); }
div.DivClassName
{
background-color: #7BCC5A;
}
.BgClassName
{
background-color: #7BCC5A;
}
</style>
border-color css
<style>
span { border-color: #7BCC5A; }
span { border-color: rgb(123,204,90); }
td.TdClassName
{
border-color: #7BCC5A;
}
.TagClassName
{
border-color: #7BCC5A;
}
</style>