Shades of Lima #7DAE23
Tints of Lima #7DAE23
RGB
CMYK
RGB Variations
Color information
#7DAE23 (or 0x7DAE23) is known color: Lima. HEX triplet: 7D, AE and 23. RGB value is (125,174,35). Sum of RGB (Red+Green+Blue) = 125+174+35=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE23 is #8251DC. Grayscale: #909090. Windows color (decimal): -8540637 or 2338429. OLE color: 2338429.
HSL color Cylindrical-coordinate representation of color #7DAE23: hue angle of 81.15º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DAE23 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 35 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.32 |
| HSL | 81.15º | 0.67% | 0.41% | - |
| HSV(B) | 81.15º | 0.8% | 0.68% | - |
| XYZ | 23.9 | 34.75 | 7.04 | - |
| YUV | 143.5 | 66.77 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 35 | 0.28 | 0 | 0.80 | 0.32 | 81.15 | 0.67 | 0.41 |
| Hex | 7D | AE | 23 | 1C | 0 | 50 | 20 | 51 | 43 | 29 |
| Octal | 175 | 256 | 43 | 34 | 0 | 120 | 40 | 121 | 103 | 51 |
| Binary | 1111101 | 10101110 | 100011 | 11100 | 0 | 1010000 | 100000 | 1010001 | 1000011 | 101001 |
Color Harmonies of #7DAE23
Complementary color
Monochromatic Colors of #7DAE23
Black with #7DAE23
Text Example
Text Example
White with #7DAE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE23; }
p { color: rgb(125,174,35); }
H1.HeaderClassName
{
color: #7DAE23;
}
.AnyTagClassName
{
color: #7DAE23;
}
</style>
background-color css
<style>
a { background-color: #7DAE23; }
a { background-color: rgb(125,174,35); }
div.DivClassName
{
background-color: #7DAE23;
}
.BgClassName
{
background-color: #7DAE23;
}
</style>
border-color css
<style>
span { border-color: #7DAE23; }
span { border-color: rgb(125,174,35); }
td.TdClassName
{
border-color: #7DAE23;
}
.TagClassName
{
border-color: #7DAE23;
}
</style>