Shades of Lima #7DB508
Tints of Lima #7DB508
RGB
CMYK
RGB Variations
Color information
#7DB508 (or 0x7DB508) is known color: Lima. HEX triplet: 7D, B5 and 08. RGB value is (125,181,8). Sum of RGB (Red+Green+Blue) = 125+181+8=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB508 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB508 is #824AF7. Grayscale: #919191. Windows color (decimal): -8538872 or 570749. OLE color: 570749.
HSL color Cylindrical-coordinate representation of color #7DB508: hue angle of 79.42º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB508 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 8 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.29 |
| HSL | 79.42º | 0.92% | 0.37% | - |
| HSV(B) | 79.42º | 0.96% | 0.71% | - |
| XYZ | 25.03 | 37.43 | 6.13 | - |
| YUV | 144.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 8 | 0.31 | 0 | 0.96 | 0.29 | 79.42 | 0.92 | 0.37 |
| Hex | 7D | B5 | 8 | 1F | 0 | 60 | 1D | 4F | 5C | 25 |
| Octal | 175 | 265 | 10 | 37 | 0 | 140 | 35 | 117 | 134 | 45 |
| Binary | 1111101 | 10110101 | 1000 | 11111 | 0 | 1100000 | 11101 | 1001111 | 1011100 | 100101 |
Color Harmonies of #7DB508
Complementary color
Monochromatic Colors of #7DB508
Black with #7DB508
Text Example
Text Example
White with #7DB508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB508; }
p { color: rgb(125,181,8); }
H1.HeaderClassName
{
color: #7DB508;
}
.AnyTagClassName
{
color: #7DB508;
}
</style>
background-color css
<style>
a { background-color: #7DB508; }
a { background-color: rgb(125,181,8); }
div.DivClassName
{
background-color: #7DB508;
}
.BgClassName
{
background-color: #7DB508;
}
</style>
border-color css
<style>
span { border-color: #7DB508; }
span { border-color: rgb(125,181,8); }
td.TdClassName
{
border-color: #7DB508;
}
.TagClassName
{
border-color: #7DB508;
}
</style>