Shades of Lima #7DAA27
Tints of Lima #7DAA27
RGB
CMYK
RGB Variations
Color information
#7DAA27 (or 0x7DAA27) is known color: Lima. HEX triplet: 7D, AA and 27. RGB value is (125,170,39). Sum of RGB (Red+Green+Blue) = 125+170+39=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA27 is #8255D8. Grayscale: #8E8E8E. Windows color (decimal): -8541657 or 2599549. OLE color: 2599549.
HSL color Cylindrical-coordinate representation of color #7DAA27: hue angle of 80.61º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DAA27 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 39 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.33 |
| HSL | 80.61º | 0.63% | 0.41% | - |
| HSV(B) | 80.61º | 0.77% | 0.67% | - |
| XYZ | 23.2 | 33.26 | 7.12 | - |
| YUV | 141.61 | 70.09 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 39 | 0.26 | 0 | 0.77 | 0.33 | 80.61 | 0.63 | 0.41 |
| Hex | 7D | AA | 27 | 1A | 0 | 4D | 21 | 51 | 3F | 29 |
| Octal | 175 | 252 | 47 | 32 | 0 | 115 | 41 | 121 | 77 | 51 |
| Binary | 1111101 | 10101010 | 100111 | 11010 | 0 | 1001101 | 100001 | 1010001 | 111111 | 101001 |
Color Harmonies of #7DAA27
Complementary color
Monochromatic Colors of #7DAA27
Black with #7DAA27
Text Example
Text Example
White with #7DAA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA27; }
p { color: rgb(125,170,39); }
H1.HeaderClassName
{
color: #7DAA27;
}
.AnyTagClassName
{
color: #7DAA27;
}
</style>
background-color css
<style>
a { background-color: #7DAA27; }
a { background-color: rgb(125,170,39); }
div.DivClassName
{
background-color: #7DAA27;
}
.BgClassName
{
background-color: #7DAA27;
}
</style>
border-color css
<style>
span { border-color: #7DAA27; }
span { border-color: rgb(125,170,39); }
td.TdClassName
{
border-color: #7DAA27;
}
.TagClassName
{
border-color: #7DAA27;
}
</style>