Shades of Lima #7AC832
Tints of Lima #7AC832
RGB
CMYK
RGB Variations
Color information
#7AC832 (or 0x7AC832) is known color: Lima. HEX triplet: 7A, C8 and 32. RGB value is (122,200,50). Sum of RGB (Red+Green+Blue) = 122+200+50=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC832 is #8537CD. Grayscale: #A0A0A0. Windows color (decimal): -8730574 or 3328122. OLE color: 3328122.
HSL color Cylindrical-coordinate representation of color #7AC832: hue angle of 91.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AC832 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 50 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.22 |
| HSL | 91.2º | 0.6% | 0.49% | - |
| HSV(B) | 91.2º | 0.75% | 0.78% | - |
| XYZ | 29.26 | 45.68 | 10.29 | - |
| YUV | 159.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 50 | 0.39 | 0 | 0.75 | 0.22 | 91.2 | 0.6 | 0.49 |
| Hex | 7A | C8 | 32 | 27 | 0 | 4B | 16 | 5B | 3C | 31 |
| Octal | 172 | 310 | 62 | 47 | 0 | 113 | 26 | 133 | 74 | 61 |
| Binary | 1111010 | 11001000 | 110010 | 100111 | 0 | 1001011 | 10110 | 1011011 | 111100 | 110001 |
Color Harmonies of #7AC832
Complementary color
Monochromatic Colors of #7AC832
Black with #7AC832
Text Example
Text Example
White with #7AC832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC832; }
p { color: rgb(122,200,50); }
H1.HeaderClassName
{
color: #7AC832;
}
.AnyTagClassName
{
color: #7AC832;
}
</style>
background-color css
<style>
a { background-color: #7AC832; }
a { background-color: rgb(122,200,50); }
div.DivClassName
{
background-color: #7AC832;
}
.BgClassName
{
background-color: #7AC832;
}
</style>
border-color css
<style>
span { border-color: #7AC832; }
span { border-color: rgb(122,200,50); }
td.TdClassName
{
border-color: #7AC832;
}
.TagClassName
{
border-color: #7AC832;
}
</style>