Shades of Mantis #7ACB4B
Tints of Mantis #7ACB4B
RGB
CMYK
RGB Variations
Color information
#7ACB4B (or 0x7ACB4B) is known color: Mantis. HEX triplet: 7A, CB and 4B. RGB value is (122,203,75). Sum of RGB (Red+Green+Blue) = 122+203+75=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB4B is #8534B4. Grayscale: #A4A4A4. Windows color (decimal): -8729781 or 4967290. OLE color: 4967290.
HSL color Cylindrical-coordinate representation of color #7ACB4B: hue angle of 97.97º 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 #7ACB4B is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 75 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.20 |
| HSL | 97.97º | 0.55% | 0.55% | - |
| HSV(B) | 97.97º | 0.63% | 0.8% | - |
| XYZ | 30.65 | 47.36 | 14.18 | - |
| YUV | 164.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 75 | 0.40 | 0 | 0.63 | 0.20 | 97.97 | 0.55 | 0.55 |
| Hex | 7A | CB | 4B | 28 | 0 | 3F | 14 | 62 | 37 | 37 |
| Octal | 172 | 313 | 113 | 50 | 0 | 77 | 24 | 142 | 67 | 67 |
| Binary | 1111010 | 11001011 | 1001011 | 101000 | 0 | 111111 | 10100 | 1100010 | 110111 | 110111 |
Color Harmonies of #7ACB4B
Complementary color
Monochromatic Colors of #7ACB4B
Black with #7ACB4B
Text Example
Text Example
White with #7ACB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB4B; }
p { color: rgb(122,203,75); }
H1.HeaderClassName
{
color: #7ACB4B;
}
.AnyTagClassName
{
color: #7ACB4B;
}
</style>
background-color css
<style>
a { background-color: #7ACB4B; }
a { background-color: rgb(122,203,75); }
div.DivClassName
{
background-color: #7ACB4B;
}
.BgClassName
{
background-color: #7ACB4B;
}
</style>
border-color css
<style>
span { border-color: #7ACB4B; }
span { border-color: rgb(122,203,75); }
td.TdClassName
{
border-color: #7ACB4B;
}
.TagClassName
{
border-color: #7ACB4B;
}
</style>