Shades of Lima #7DAE15
Tints of Lima #7DAE15
RGB
CMYK
RGB Variations
Color information
#7DAE15 (or 0x7DAE15) is known color: Lima. HEX triplet: 7D, AE and 15. RGB value is (125,174,21). Sum of RGB (Red+Green+Blue) = 125+174+21=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE15 is #8251EA. Grayscale: #8E8E8E. Windows color (decimal): -8540651 or 1420925. OLE color: 1420925.
HSL color Cylindrical-coordinate representation of color #7DAE15: hue angle of 79.22º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DAE15 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 21 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.32 |
| HSL | 79.22º | 0.78% | 0.38% | - |
| HSV(B) | 79.22º | 0.88% | 0.68% | - |
| XYZ | 23.73 | 34.69 | 6.15 | - |
| YUV | 141.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 21 | 0.28 | 0 | 0.88 | 0.32 | 79.22 | 0.78 | 0.38 |
| Hex | 7D | AE | 15 | 1C | 0 | 58 | 20 | 4F | 4E | 26 |
| Octal | 175 | 256 | 25 | 34 | 0 | 130 | 40 | 117 | 116 | 46 |
| Binary | 1111101 | 10101110 | 10101 | 11100 | 0 | 1011000 | 100000 | 1001111 | 1001110 | 100110 |
Color Harmonies of #7DAE15
Complementary color
Monochromatic Colors of #7DAE15
Black with #7DAE15
Text Example
Text Example
White with #7DAE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE15; }
p { color: rgb(125,174,21); }
H1.HeaderClassName
{
color: #7DAE15;
}
.AnyTagClassName
{
color: #7DAE15;
}
</style>
background-color css
<style>
a { background-color: #7DAE15; }
a { background-color: rgb(125,174,21); }
div.DivClassName
{
background-color: #7DAE15;
}
.BgClassName
{
background-color: #7DAE15;
}
</style>
border-color css
<style>
span { border-color: #7DAE15; }
span { border-color: rgb(125,174,21); }
td.TdClassName
{
border-color: #7DAE15;
}
.TagClassName
{
border-color: #7DAE15;
}
</style>