Shades of Lima #7DBA21
Tints of Lima #7DBA21
RGB
CMYK
RGB Variations
Color information
#7DBA21 (or 0x7DBA21) is known color: Lima. HEX triplet: 7D, BA and 21. RGB value is (125,186,33). Sum of RGB (Red+Green+Blue) = 125+186+33=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA21 is #8245DE. Grayscale: #969696. Windows color (decimal): -8537567 or 2210429. OLE color: 2210429.
HSL color Cylindrical-coordinate representation of color #7DBA21: hue angle of 83.92º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DBA21 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 33 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.27 |
| HSL | 83.92º | 0.7% | 0.43% | - |
| HSV(B) | 83.92º | 0.82% | 0.73% | - |
| XYZ | 26.29 | 39.59 | 7.69 | - |
| YUV | 150.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 33 | 0.33 | 0 | 0.82 | 0.27 | 83.92 | 0.7 | 0.43 |
| Hex | 7D | BA | 21 | 21 | 0 | 52 | 1B | 54 | 46 | 2B |
| Octal | 175 | 272 | 41 | 41 | 0 | 122 | 33 | 124 | 106 | 53 |
| Binary | 1111101 | 10111010 | 100001 | 100001 | 0 | 1010010 | 11011 | 1010100 | 1000110 | 101011 |
Color Harmonies of #7DBA21
Complementary color
Monochromatic Colors of #7DBA21
Black with #7DBA21
Text Example
Text Example
White with #7DBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA21; }
p { color: rgb(125,186,33); }
H1.HeaderClassName
{
color: #7DBA21;
}
.AnyTagClassName
{
color: #7DBA21;
}
</style>
background-color css
<style>
a { background-color: #7DBA21; }
a { background-color: rgb(125,186,33); }
div.DivClassName
{
background-color: #7DBA21;
}
.BgClassName
{
background-color: #7DBA21;
}
</style>
border-color css
<style>
span { border-color: #7DBA21; }
span { border-color: rgb(125,186,33); }
td.TdClassName
{
border-color: #7DBA21;
}
.TagClassName
{
border-color: #7DBA21;
}
</style>