Shades of Lima #7DB823
Tints of Lima #7DB823
RGB
CMYK
RGB Variations
Color information
#7DB823 (or 0x7DB823) is known color: Lima. HEX triplet: 7D, B8 and 23. RGB value is (125,184,35). Sum of RGB (Red+Green+Blue) = 125+184+35=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB823 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB823 is #8247DC. Grayscale: #959595. Windows color (decimal): -8538077 or 2340989. OLE color: 2340989.
HSL color Cylindrical-coordinate representation of color #7DB823: hue angle of 83.76º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DB823 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 35 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.28 |
| HSL | 83.76º | 0.68% | 0.43% | - |
| HSV(B) | 83.76º | 0.81% | 0.72% | - |
| XYZ | 25.9 | 38.76 | 7.71 | - |
| YUV | 149.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 35 | 0.32 | 0 | 0.81 | 0.28 | 83.76 | 0.68 | 0.43 |
| Hex | 7D | B8 | 23 | 20 | 0 | 51 | 1C | 54 | 44 | 2B |
| Octal | 175 | 270 | 43 | 40 | 0 | 121 | 34 | 124 | 104 | 53 |
| Binary | 1111101 | 10111000 | 100011 | 100000 | 0 | 1010001 | 11100 | 1010100 | 1000100 | 101011 |
Color Harmonies of #7DB823
Complementary color
Monochromatic Colors of #7DB823
Black with #7DB823
Text Example
Text Example
White with #7DB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB823; }
p { color: rgb(125,184,35); }
H1.HeaderClassName
{
color: #7DB823;
}
.AnyTagClassName
{
color: #7DB823;
}
</style>
background-color css
<style>
a { background-color: #7DB823; }
a { background-color: rgb(125,184,35); }
div.DivClassName
{
background-color: #7DB823;
}
.BgClassName
{
background-color: #7DB823;
}
</style>
border-color css
<style>
span { border-color: #7DB823; }
span { border-color: rgb(125,184,35); }
td.TdClassName
{
border-color: #7DB823;
}
.TagClassName
{
border-color: #7DB823;
}
</style>