Shades of Lima #7DB708
Tints of Lima #7DB708
RGB
CMYK
RGB Variations
Color information
#7DB708 (or 0x7DB708) is known color: Lima. HEX triplet: 7D, B7 and 08. RGB value is (125,183,8). Sum of RGB (Red+Green+Blue) = 125+183+8=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB708 is #8248F7. Grayscale: #929292. Windows color (decimal): -8538360 or 571261. OLE color: 571261.
HSL color Cylindrical-coordinate representation of color #7DB708: hue angle of 79.89º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB708 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.28 |
| HSL | 79.89º | 0.92% | 0.37% | - |
| HSV(B) | 79.89º | 0.96% | 0.72% | - |
| XYZ | 25.43 | 38.24 | 6.27 | - |
| YUV | 145.71 | 50.28 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 8 | 0.32 | 0 | 0.96 | 0.28 | 79.89 | 0.92 | 0.37 |
| Hex | 7D | B7 | 8 | 20 | 0 | 60 | 1C | 50 | 5C | 25 |
| Octal | 175 | 267 | 10 | 40 | 0 | 140 | 34 | 120 | 134 | 45 |
| Binary | 1111101 | 10110111 | 1000 | 100000 | 0 | 1100000 | 11100 | 1010000 | 1011100 | 100101 |
Color Harmonies of #7DB708
Complementary color
Monochromatic Colors of #7DB708
Black with #7DB708
Text Example
Text Example
White with #7DB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB708; }
p { color: rgb(125,183,8); }
H1.HeaderClassName
{
color: #7DB708;
}
.AnyTagClassName
{
color: #7DB708;
}
</style>
background-color css
<style>
a { background-color: #7DB708; }
a { background-color: rgb(125,183,8); }
div.DivClassName
{
background-color: #7DB708;
}
.BgClassName
{
background-color: #7DB708;
}
</style>
border-color css
<style>
span { border-color: #7DB708; }
span { border-color: rgb(125,183,8); }
td.TdClassName
{
border-color: #7DB708;
}
.TagClassName
{
border-color: #7DB708;
}
</style>