Shades of Lima #77AA25
Tints of Lima #77AA25
RGB
CMYK
RGB Variations
Color information
#77AA25 (or 0x77AA25) is known color: Lima. HEX triplet: 77, AA and 25. RGB value is (119,170,37). Sum of RGB (Red+Green+Blue) = 119+170+37=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AA25 is #8855DA. Grayscale: #8C8C8C. Windows color (decimal): -8934875 or 2468471. OLE color: 2468471.
HSL color Cylindrical-coordinate representation of color #77AA25: hue angle of 83.01º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77AA25 is Cyan = 0.3, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 170 | 37 | - |
| CMYK | 0.3 | 0 | 0.78 | 0.33 |
| HSL | 83.01º | 0.64% | 0.41% | - |
| HSV(B) | 83.01º | 0.78% | 0.67% | - |
| XYZ | 22.32 | 32.8 | 6.91 | - |
| YUV | 139.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 170 | 37 | 0.3 | 0 | 0.78 | 0.33 | 83.01 | 0.64 | 0.41 |
| Hex | 77 | AA | 25 | 1E | 0 | 4E | 21 | 53 | 40 | 29 |
| Octal | 167 | 252 | 45 | 36 | 0 | 116 | 41 | 123 | 100 | 51 |
| Binary | 1110111 | 10101010 | 100101 | 11110 | 0 | 1001110 | 100001 | 1010011 | 1000000 | 101001 |
Color Harmonies of #77AA25
Complementary color
Monochromatic Colors of #77AA25
Black with #77AA25
Text Example
Text Example
White with #77AA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AA25; }
p { color: rgb(119,170,37); }
H1.HeaderClassName
{
color: #77AA25;
}
.AnyTagClassName
{
color: #77AA25;
}
</style>
background-color css
<style>
a { background-color: #77AA25; }
a { background-color: rgb(119,170,37); }
div.DivClassName
{
background-color: #77AA25;
}
.BgClassName
{
background-color: #77AA25;
}
</style>
border-color css
<style>
span { border-color: #77AA25; }
span { border-color: rgb(119,170,37); }
td.TdClassName
{
border-color: #77AA25;
}
.TagClassName
{
border-color: #77AA25;
}
</style>