Shades of Mantis #7BCD5A
Tints of Mantis #7BCD5A
RGB
CMYK
RGB Variations
Color information
#7BCD5A (or 0x7BCD5A) is known color: Mantis. HEX triplet: 7B, CD and 5A. RGB value is (123,205,90). Sum of RGB (Red+Green+Blue) = 123+205+90=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCD5A is #8432A5. Grayscale: #A7A7A7. Windows color (decimal): -8663718 or 5950843. OLE color: 5950843.
HSL color Cylindrical-coordinate representation of color #7BCD5A: hue angle of 102.78º 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 #7BCD5A is Cyan = 0.4, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 90 | - |
| CMYK | 0.4 | 0 | 0.56 | 0.20 |
| HSL | 102.78º | 0.53% | 0.58% | - |
| HSV(B) | 102.78º | 0.56% | 0.8% | - |
| XYZ | 31.85 | 48.61 | 17.38 | - |
| YUV | 167.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 90 | 0.4 | 0 | 0.56 | 0.20 | 102.78 | 0.53 | 0.58 |
| Hex | 7B | CD | 5A | 28 | 0 | 38 | 14 | 67 | 35 | 3A |
| Octal | 173 | 315 | 132 | 50 | 0 | 70 | 24 | 147 | 65 | 72 |
| Binary | 1111011 | 11001101 | 1011010 | 101000 | 0 | 111000 | 10100 | 1100111 | 110101 | 111010 |
Color Harmonies of #7BCD5A
Complementary color
Monochromatic Colors of #7BCD5A
Black with #7BCD5A
Text Example
Text Example
White with #7BCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD5A; }
p { color: rgb(123,205,90); }
H1.HeaderClassName
{
color: #7BCD5A;
}
.AnyTagClassName
{
color: #7BCD5A;
}
</style>
background-color css
<style>
a { background-color: #7BCD5A; }
a { background-color: rgb(123,205,90); }
div.DivClassName
{
background-color: #7BCD5A;
}
.BgClassName
{
background-color: #7BCD5A;
}
</style>
border-color css
<style>
span { border-color: #7BCD5A; }
span { border-color: rgb(123,205,90); }
td.TdClassName
{
border-color: #7BCD5A;
}
.TagClassName
{
border-color: #7BCD5A;
}
</style>