Shades of Lima #7FAF2A
Tints of Lima #7FAF2A
RGB
CMYK
RGB Variations
Color information
#7FAF2A (or 0x7FAF2A) is known color: Lima. HEX triplet: 7F, AF and 2A. RGB value is (127,175,42). Sum of RGB (Red+Green+Blue) = 127+175+42=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAF2A is #8050D5. Grayscale: #919191. Windows color (decimal): -8409302 or 2797439. OLE color: 2797439.
HSL color Cylindrical-coordinate representation of color #7FAF2A: hue angle of 81.65º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FAF2A is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 42 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.31 |
| HSL | 81.65º | 0.61% | 0.43% | - |
| HSV(B) | 81.65º | 0.76% | 0.69% | - |
| XYZ | 24.5 | 35.34 | 7.72 | - |
| YUV | 145.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 42 | 0.27 | 0 | 0.76 | 0.31 | 81.65 | 0.61 | 0.43 |
| Hex | 7F | AF | 2A | 1B | 0 | 4C | 1F | 52 | 3D | 2B |
| Octal | 177 | 257 | 52 | 33 | 0 | 114 | 37 | 122 | 75 | 53 |
| Binary | 1111111 | 10101111 | 101010 | 11011 | 0 | 1001100 | 11111 | 1010010 | 111101 | 101011 |
Color Harmonies of #7FAF2A
Complementary color
Monochromatic Colors of #7FAF2A
Black with #7FAF2A
Text Example
Text Example
White with #7FAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF2A; }
p { color: rgb(127,175,42); }
H1.HeaderClassName
{
color: #7FAF2A;
}
.AnyTagClassName
{
color: #7FAF2A;
}
</style>
background-color css
<style>
a { background-color: #7FAF2A; }
a { background-color: rgb(127,175,42); }
div.DivClassName
{
background-color: #7FAF2A;
}
.BgClassName
{
background-color: #7FAF2A;
}
</style>
border-color css
<style>
span { border-color: #7FAF2A; }
span { border-color: rgb(127,175,42); }
td.TdClassName
{
border-color: #7FAF2A;
}
.TagClassName
{
border-color: #7FAF2A;
}
</style>