Shades of Mantis #7BCA5A
Tints of Mantis #7BCA5A
RGB
CMYK
RGB Variations
Color information
#7BCA5A (or 0x7BCA5A) is known color: Mantis. HEX triplet: 7B, CA and 5A. RGB value is (123,202,90). Sum of RGB (Red+Green+Blue) = 123+202+90=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCA5A is #8435A5. Grayscale: #A5A5A5. Windows color (decimal): -8664486 or 5950075. OLE color: 5950075.
HSL color Cylindrical-coordinate representation of color #7BCA5A: hue angle of 102.32º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7BCA5A is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 90 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.21 |
| HSL | 102.32º | 0.51% | 0.57% | - |
| HSV(B) | 102.32º | 0.55% | 0.79% | - |
| XYZ | 31.13 | 47.19 | 17.14 | - |
| YUV | 165.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 90 | 0.39 | 0 | 0.55 | 0.21 | 102.32 | 0.51 | 0.57 |
| Hex | 7B | CA | 5A | 27 | 0 | 37 | 15 | 66 | 33 | 39 |
| Octal | 173 | 312 | 132 | 47 | 0 | 67 | 25 | 146 | 63 | 71 |
| Binary | 1111011 | 11001010 | 1011010 | 100111 | 0 | 110111 | 10101 | 1100110 | 110011 | 111001 |
Color Harmonies of #7BCA5A
Complementary color
Monochromatic Colors of #7BCA5A
Black with #7BCA5A
Text Example
Text Example
White with #7BCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA5A; }
p { color: rgb(123,202,90); }
H1.HeaderClassName
{
color: #7BCA5A;
}
.AnyTagClassName
{
color: #7BCA5A;
}
</style>
background-color css
<style>
a { background-color: #7BCA5A; }
a { background-color: rgb(123,202,90); }
div.DivClassName
{
background-color: #7BCA5A;
}
.BgClassName
{
background-color: #7BCA5A;
}
</style>
border-color css
<style>
span { border-color: #7BCA5A; }
span { border-color: rgb(123,202,90); }
td.TdClassName
{
border-color: #7BCA5A;
}
.TagClassName
{
border-color: #7BCA5A;
}
</style>