Shades of Lima #7AAF33
Tints of Lima #7AAF33
RGB
CMYK
RGB Variations
Color information
#7AAF33 (or 0x7AAF33) is known color: Lima. HEX triplet: 7A, AF and 33. RGB value is (122,175,51). Sum of RGB (Red+Green+Blue) = 122+175+51=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF33 is #8550CC. Grayscale: #919191. Windows color (decimal): -8736973 or 3387258. OLE color: 3387258.
HSL color Cylindrical-coordinate representation of color #7AAF33: hue angle of 85.65º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AAF33 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 51 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.31 |
| HSL | 85.65º | 0.55% | 0.44% | - |
| HSV(B) | 85.65º | 0.71% | 0.69% | - |
| XYZ | 23.95 | 35.04 | 8.63 | - |
| YUV | 145.02 | 74.94 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 51 | 0.30 | 0 | 0.71 | 0.31 | 85.65 | 0.55 | 0.44 |
| Hex | 7A | AF | 33 | 1E | 0 | 47 | 1F | 56 | 37 | 2C |
| Octal | 172 | 257 | 63 | 36 | 0 | 107 | 37 | 126 | 67 | 54 |
| Binary | 1111010 | 10101111 | 110011 | 11110 | 0 | 1000111 | 11111 | 1010110 | 110111 | 101100 |
Color Harmonies of #7AAF33
Complementary color
Monochromatic Colors of #7AAF33
Black with #7AAF33
Text Example
Text Example
White with #7AAF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF33; }
p { color: rgb(122,175,51); }
H1.HeaderClassName
{
color: #7AAF33;
}
.AnyTagClassName
{
color: #7AAF33;
}
</style>
background-color css
<style>
a { background-color: #7AAF33; }
a { background-color: rgb(122,175,51); }
div.DivClassName
{
background-color: #7AAF33;
}
.BgClassName
{
background-color: #7AAF33;
}
</style>
border-color css
<style>
span { border-color: #7AAF33; }
span { border-color: rgb(122,175,51); }
td.TdClassName
{
border-color: #7AAF33;
}
.TagClassName
{
border-color: #7AAF33;
}
</style>