Shades of Lima #7DB434
Tints of Lima #7DB434
RGB
CMYK
RGB Variations
Color information
#7DB434 (or 0x7DB434) is known color: Lima. HEX triplet: 7D, B4 and 34. RGB value is (125,180,52). Sum of RGB (Red+Green+Blue) = 125+180+52=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB434 is #824BCB. Grayscale: #959595. Windows color (decimal): -8539084 or 3454077. OLE color: 3454077.
HSL color Cylindrical-coordinate representation of color #7DB434: hue angle of 85.78º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DB434 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 52 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.29 |
| HSL | 85.78º | 0.55% | 0.45% | - |
| HSV(B) | 85.78º | 0.71% | 0.71% | - |
| XYZ | 25.4 | 37.25 | 9.1 | - |
| YUV | 148.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 52 | 0.31 | 0 | 0.71 | 0.29 | 85.78 | 0.55 | 0.45 |
| Hex | 7D | B4 | 34 | 1F | 0 | 47 | 1D | 56 | 37 | 2D |
| Octal | 175 | 264 | 64 | 37 | 0 | 107 | 35 | 126 | 67 | 55 |
| Binary | 1111101 | 10110100 | 110100 | 11111 | 0 | 1000111 | 11101 | 1010110 | 110111 | 101101 |
Color Harmonies of #7DB434
Complementary color
Monochromatic Colors of #7DB434
Black with #7DB434
Text Example
Text Example
White with #7DB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB434; }
p { color: rgb(125,180,52); }
H1.HeaderClassName
{
color: #7DB434;
}
.AnyTagClassName
{
color: #7DB434;
}
</style>
background-color css
<style>
a { background-color: #7DB434; }
a { background-color: rgb(125,180,52); }
div.DivClassName
{
background-color: #7DB434;
}
.BgClassName
{
background-color: #7DB434;
}
</style>
border-color css
<style>
span { border-color: #7DB434; }
span { border-color: rgb(125,180,52); }
td.TdClassName
{
border-color: #7DB434;
}
.TagClassName
{
border-color: #7DB434;
}
</style>