Shades of Lima #7DBB0D
Tints of Lima #7DBB0D
RGB
CMYK
RGB Variations
Color information
#7DBB0D (or 0x7DBB0D) is known color: Lima. HEX triplet: 7D, BB and 0D. RGB value is (125,187,13). Sum of RGB (Red+Green+Blue) = 125+187+13=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBB0D is #8244F2. Grayscale: #959595. Windows color (decimal): -8537331 or 899965. OLE color: 899965.
HSL color Cylindrical-coordinate representation of color #7DBB0D: hue angle of 81.38º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DBB0D is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 13 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.27 |
| HSL | 81.38º | 0.87% | 0.39% | - |
| HSV(B) | 81.38º | 0.93% | 0.73% | - |
| XYZ | 26.3 | 39.93 | 6.7 | - |
| YUV | 148.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 13 | 0.33 | 0 | 0.93 | 0.27 | 81.38 | 0.87 | 0.39 |
| Hex | 7D | BB | D | 21 | 0 | 5D | 1B | 51 | 57 | 27 |
| Octal | 175 | 273 | 15 | 41 | 0 | 135 | 33 | 121 | 127 | 47 |
| Binary | 1111101 | 10111011 | 1101 | 100001 | 0 | 1011101 | 11011 | 1010001 | 1010111 | 100111 |
Color Harmonies of #7DBB0D
Complementary color
Monochromatic Colors of #7DBB0D
Black with #7DBB0D
Text Example
Text Example
White with #7DBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB0D; }
p { color: rgb(125,187,13); }
H1.HeaderClassName
{
color: #7DBB0D;
}
.AnyTagClassName
{
color: #7DBB0D;
}
</style>
background-color css
<style>
a { background-color: #7DBB0D; }
a { background-color: rgb(125,187,13); }
div.DivClassName
{
background-color: #7DBB0D;
}
.BgClassName
{
background-color: #7DBB0D;
}
</style>
border-color css
<style>
span { border-color: #7DBB0D; }
span { border-color: rgb(125,187,13); }
td.TdClassName
{
border-color: #7DBB0D;
}
.TagClassName
{
border-color: #7DBB0D;
}
</style>