Shades of Mantis #7ACB4C
Tints of Mantis #7ACB4C
RGB
CMYK
RGB Variations
Color information
#7ACB4C (or 0x7ACB4C) is known color: Mantis. HEX triplet: 7A, CB and 4C. RGB value is (122,203,76). Sum of RGB (Red+Green+Blue) = 122+203+76=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB4C is #8534B3. Grayscale: #A4A4A4. Windows color (decimal): -8729780 or 5032826. OLE color: 5032826.
HSL color Cylindrical-coordinate representation of color #7ACB4C: hue angle of 98.27º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ACB4C is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 76 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.20 |
| HSL | 98.27º | 0.55% | 0.55% | - |
| HSV(B) | 98.27º | 0.63% | 0.8% | - |
| XYZ | 30.69 | 47.37 | 14.36 | - |
| YUV | 164.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 76 | 0.40 | 0 | 0.63 | 0.20 | 98.27 | 0.55 | 0.55 |
| Hex | 7A | CB | 4C | 28 | 0 | 3F | 14 | 62 | 37 | 37 |
| Octal | 172 | 313 | 114 | 50 | 0 | 77 | 24 | 142 | 67 | 67 |
| Binary | 1111010 | 11001011 | 1001100 | 101000 | 0 | 111111 | 10100 | 1100010 | 110111 | 110111 |
Color Harmonies of #7ACB4C
Complementary color
Monochromatic Colors of #7ACB4C
Black with #7ACB4C
Text Example
Text Example
White with #7ACB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB4C; }
p { color: rgb(122,203,76); }
H1.HeaderClassName
{
color: #7ACB4C;
}
.AnyTagClassName
{
color: #7ACB4C;
}
</style>
background-color css
<style>
a { background-color: #7ACB4C; }
a { background-color: rgb(122,203,76); }
div.DivClassName
{
background-color: #7ACB4C;
}
.BgClassName
{
background-color: #7ACB4C;
}
</style>
border-color css
<style>
span { border-color: #7ACB4C; }
span { border-color: rgb(122,203,76); }
td.TdClassName
{
border-color: #7ACB4C;
}
.TagClassName
{
border-color: #7ACB4C;
}
</style>