Shades of Lima #7DBD21
Tints of Lima #7DBD21
RGB
CMYK
RGB Variations
Color information
#7DBD21 (or 0x7DBD21) is known color: Lima. HEX triplet: 7D, BD and 21. RGB value is (125,189,33). Sum of RGB (Red+Green+Blue) = 125+189+33=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD21 is #8242DE. Grayscale: #989898. Windows color (decimal): -8536799 or 2211197. OLE color: 2211197.
HSL color Cylindrical-coordinate representation of color #7DBD21: hue angle of 84.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DBD21 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 33 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.26 |
| HSL | 84.62º | 0.7% | 0.44% | - |
| HSV(B) | 84.62º | 0.83% | 0.74% | - |
| XYZ | 26.93 | 40.86 | 7.91 | - |
| YUV | 152.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 33 | 0.34 | 0 | 0.83 | 0.26 | 84.62 | 0.7 | 0.44 |
| Hex | 7D | BD | 21 | 22 | 0 | 53 | 1A | 55 | 46 | 2C |
| Octal | 175 | 275 | 41 | 42 | 0 | 123 | 32 | 125 | 106 | 54 |
| Binary | 1111101 | 10111101 | 100001 | 100010 | 0 | 1010011 | 11010 | 1010101 | 1000110 | 101100 |
Color Harmonies of #7DBD21
Complementary color
Monochromatic Colors of #7DBD21
Black with #7DBD21
Text Example
Text Example
White with #7DBD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD21; }
p { color: rgb(125,189,33); }
H1.HeaderClassName
{
color: #7DBD21;
}
.AnyTagClassName
{
color: #7DBD21;
}
</style>
background-color css
<style>
a { background-color: #7DBD21; }
a { background-color: rgb(125,189,33); }
div.DivClassName
{
background-color: #7DBD21;
}
.BgClassName
{
background-color: #7DBD21;
}
</style>
border-color css
<style>
span { border-color: #7DBD21; }
span { border-color: rgb(125,189,33); }
td.TdClassName
{
border-color: #7DBD21;
}
.TagClassName
{
border-color: #7DBD21;
}
</style>