Shades of Lima #7DAE26
Tints of Lima #7DAE26
RGB
CMYK
RGB Variations
Color information
#7DAE26 (or 0x7DAE26) is known color: Lima. HEX triplet: 7D, AE and 26. RGB value is (125,174,38). Sum of RGB (Red+Green+Blue) = 125+174+38=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE26 is #8251D9. Grayscale: #909090. Windows color (decimal): -8540634 or 2535037. OLE color: 2535037.
HSL color Cylindrical-coordinate representation of color #7DAE26: hue angle of 81.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DAE26 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 38 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.32 |
| HSL | 81.62º | 0.64% | 0.42% | - |
| HSV(B) | 81.62º | 0.78% | 0.68% | - |
| XYZ | 23.94 | 34.77 | 7.28 | - |
| YUV | 143.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 38 | 0.28 | 0 | 0.78 | 0.32 | 81.62 | 0.64 | 0.42 |
| Hex | 7D | AE | 26 | 1C | 0 | 4E | 20 | 52 | 40 | 2A |
| Octal | 175 | 256 | 46 | 34 | 0 | 116 | 40 | 122 | 100 | 52 |
| Binary | 1111101 | 10101110 | 100110 | 11100 | 0 | 1001110 | 100000 | 1010010 | 1000000 | 101010 |
Color Harmonies of #7DAE26
Complementary color
Monochromatic Colors of #7DAE26
Black with #7DAE26
Text Example
Text Example
White with #7DAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE26; }
p { color: rgb(125,174,38); }
H1.HeaderClassName
{
color: #7DAE26;
}
.AnyTagClassName
{
color: #7DAE26;
}
</style>
background-color css
<style>
a { background-color: #7DAE26; }
a { background-color: rgb(125,174,38); }
div.DivClassName
{
background-color: #7DAE26;
}
.BgClassName
{
background-color: #7DAE26;
}
</style>
border-color css
<style>
span { border-color: #7DAE26; }
span { border-color: rgb(125,174,38); }
td.TdClassName
{
border-color: #7DAE26;
}
.TagClassName
{
border-color: #7DAE26;
}
</style>