Shades of Lima #7DB908
Tints of Lima #7DB908
RGB
CMYK
RGB Variations
Color information
#7DB908 (or 0x7DB908) is known color: Lima. HEX triplet: 7D, B9 and 08. RGB value is (125,185,8). Sum of RGB (Red+Green+Blue) = 125+185+8=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB908 is #8246F7. Grayscale: #939393. Windows color (decimal): -8537848 or 571773. OLE color: 571773.
HSL color Cylindrical-coordinate representation of color #7DB908: hue angle of 80.34º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB908 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.27 |
| HSL | 80.34º | 0.92% | 0.38% | - |
| HSV(B) | 80.34º | 0.96% | 0.73% | - |
| XYZ | 25.85 | 39.08 | 6.41 | - |
| YUV | 146.88 | 49.62 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 8 | 0.32 | 0 | 0.96 | 0.27 | 80.34 | 0.92 | 0.38 |
| Hex | 7D | B9 | 8 | 20 | 0 | 60 | 1B | 50 | 5C | 26 |
| Octal | 175 | 271 | 10 | 40 | 0 | 140 | 33 | 120 | 134 | 46 |
| Binary | 1111101 | 10111001 | 1000 | 100000 | 0 | 1100000 | 11011 | 1010000 | 1011100 | 100110 |
Color Harmonies of #7DB908
Complementary color
Monochromatic Colors of #7DB908
Black with #7DB908
Text Example
Text Example
White with #7DB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB908; }
p { color: rgb(125,185,8); }
H1.HeaderClassName
{
color: #7DB908;
}
.AnyTagClassName
{
color: #7DB908;
}
</style>
background-color css
<style>
a { background-color: #7DB908; }
a { background-color: rgb(125,185,8); }
div.DivClassName
{
background-color: #7DB908;
}
.BgClassName
{
background-color: #7DB908;
}
</style>
border-color css
<style>
span { border-color: #7DB908; }
span { border-color: rgb(125,185,8); }
td.TdClassName
{
border-color: #7DB908;
}
.TagClassName
{
border-color: #7DB908;
}
</style>