Shades of Mantis #7BCA3A
Tints of Mantis #7BCA3A
RGB
CMYK
RGB Variations
Color information
#7BCA3A (or 0x7BCA3A) is known color: Mantis. HEX triplet: 7B, CA and 3A. RGB value is (123,202,58). Sum of RGB (Red+Green+Blue) = 123+202+58=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCA3A is #8435C5. Grayscale: #A2A2A2. Windows color (decimal): -8664518 or 3852923. OLE color: 3852923.
HSL color Cylindrical-coordinate representation of color #7BCA3A: hue angle of 92.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BCA3A is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 58 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.21 |
| HSL | 92.92º | 0.58% | 0.51% | - |
| HSV(B) | 92.92º | 0.71% | 0.79% | - |
| XYZ | 30.05 | 46.76 | 11.44 | - |
| YUV | 161.96 | 69.33 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 58 | 0.39 | 0 | 0.71 | 0.21 | 92.92 | 0.58 | 0.51 |
| Hex | 7B | CA | 3A | 27 | 0 | 47 | 15 | 5D | 3A | 33 |
| Octal | 173 | 312 | 72 | 47 | 0 | 107 | 25 | 135 | 72 | 63 |
| Binary | 1111011 | 11001010 | 111010 | 100111 | 0 | 1000111 | 10101 | 1011101 | 111010 | 110011 |
Color Harmonies of #7BCA3A
Complementary color
Monochromatic Colors of #7BCA3A
Black with #7BCA3A
Text Example
Text Example
White with #7BCA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA3A; }
p { color: rgb(123,202,58); }
H1.HeaderClassName
{
color: #7BCA3A;
}
.AnyTagClassName
{
color: #7BCA3A;
}
</style>
background-color css
<style>
a { background-color: #7BCA3A; }
a { background-color: rgb(123,202,58); }
div.DivClassName
{
background-color: #7BCA3A;
}
.BgClassName
{
background-color: #7BCA3A;
}
</style>
border-color css
<style>
span { border-color: #7BCA3A; }
span { border-color: rgb(123,202,58); }
td.TdClassName
{
border-color: #7BCA3A;
}
.TagClassName
{
border-color: #7BCA3A;
}
</style>