Shades of Lima #7DAC08
Tints of Lima #7DAC08
RGB
CMYK
RGB Variations
Color information
#7DAC08 (or 0x7DAC08) is known color: Lima. HEX triplet: 7D, AC and 08. RGB value is (125,172,8). Sum of RGB (Red+Green+Blue) = 125+172+8=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC08 is #8253F7. Grayscale: #8B8B8B. Windows color (decimal): -8541176 or 568445. OLE color: 568445.
HSL color Cylindrical-coordinate representation of color #7DAC08: hue angle of 77.2º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DAC08 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 8 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.33 |
| HSL | 77.2º | 0.91% | 0.35% | - |
| HSV(B) | 77.2º | 0.95% | 0.67% | - |
| XYZ | 23.25 | 33.88 | 5.54 | - |
| YUV | 139.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 8 | 0.27 | 0 | 0.95 | 0.33 | 77.2 | 0.91 | 0.35 |
| Hex | 7D | AC | 8 | 1B | 0 | 5F | 21 | 4D | 5B | 23 |
| Octal | 175 | 254 | 10 | 33 | 0 | 137 | 41 | 115 | 133 | 43 |
| Binary | 1111101 | 10101100 | 1000 | 11011 | 0 | 1011111 | 100001 | 1001101 | 1011011 | 100011 |
Color Harmonies of #7DAC08
Complementary color
Monochromatic Colors of #7DAC08
Black with #7DAC08
Text Example
Text Example
White with #7DAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC08; }
p { color: rgb(125,172,8); }
H1.HeaderClassName
{
color: #7DAC08;
}
.AnyTagClassName
{
color: #7DAC08;
}
</style>
background-color css
<style>
a { background-color: #7DAC08; }
a { background-color: rgb(125,172,8); }
div.DivClassName
{
background-color: #7DAC08;
}
.BgClassName
{
background-color: #7DAC08;
}
</style>
border-color css
<style>
span { border-color: #7DAC08; }
span { border-color: rgb(125,172,8); }
td.TdClassName
{
border-color: #7DAC08;
}
.TagClassName
{
border-color: #7DAC08;
}
</style>