Shades of Lima #7DAE09
Tints of Lima #7DAE09
RGB
CMYK
RGB Variations
Color information
#7DAE09 (or 0x7DAE09) is known color: Lima. HEX triplet: 7D, AE and 09. RGB value is (125,174,9). Sum of RGB (Red+Green+Blue) = 125+174+9=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE09 is #8251F6. Grayscale: #8D8D8D. Windows color (decimal): -8540663 or 634493. OLE color: 634493.
HSL color Cylindrical-coordinate representation of color #7DAE09: hue angle of 77.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DAE09 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 9 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.32 |
| HSL | 77.82º | 0.9% | 0.36% | - |
| HSV(B) | 77.82º | 0.95% | 0.68% | - |
| XYZ | 23.64 | 34.65 | 5.7 | - |
| YUV | 140.54 | 53.77 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 9 | 0.28 | 0 | 0.95 | 0.32 | 77.82 | 0.9 | 0.36 |
| Hex | 7D | AE | 9 | 1C | 0 | 5F | 20 | 4E | 5A | 24 |
| Octal | 175 | 256 | 11 | 34 | 0 | 137 | 40 | 116 | 132 | 44 |
| Binary | 1111101 | 10101110 | 1001 | 11100 | 0 | 1011111 | 100000 | 1001110 | 1011010 | 100100 |
Color Harmonies of #7DAE09
Complementary color
Monochromatic Colors of #7DAE09
Black with #7DAE09
Text Example
Text Example
White with #7DAE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE09; }
p { color: rgb(125,174,9); }
H1.HeaderClassName
{
color: #7DAE09;
}
.AnyTagClassName
{
color: #7DAE09;
}
</style>
background-color css
<style>
a { background-color: #7DAE09; }
a { background-color: rgb(125,174,9); }
div.DivClassName
{
background-color: #7DAE09;
}
.BgClassName
{
background-color: #7DAE09;
}
</style>
border-color css
<style>
span { border-color: #7DAE09; }
span { border-color: rgb(125,174,9); }
td.TdClassName
{
border-color: #7DAE09;
}
.TagClassName
{
border-color: #7DAE09;
}
</style>