Shades of Lima #7DBF0A
Tints of Lima #7DBF0A
RGB
CMYK
RGB Variations
Color information
#7DBF0A (or 0x7DBF0A) is known color: Lima. HEX triplet: 7D, BF and 0A. RGB value is (125,191,10). Sum of RGB (Red+Green+Blue) = 125+191+10=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBF0A is #8240F5. Grayscale: #979797. Windows color (decimal): -8536310 or 704381. OLE color: 704381.
HSL color Cylindrical-coordinate representation of color #7DBF0A: hue angle of 81.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DBF0A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 10 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.25 |
| HSL | 81.88º | 0.9% | 0.39% | - |
| HSV(B) | 81.88º | 0.95% | 0.75% | - |
| XYZ | 27.14 | 41.64 | 6.89 | - |
| YUV | 150.63 | 48.63 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 10 | 0.35 | 0 | 0.95 | 0.25 | 81.88 | 0.9 | 0.39 |
| Hex | 7D | BF | A | 23 | 0 | 5F | 19 | 52 | 5A | 27 |
| Octal | 175 | 277 | 12 | 43 | 0 | 137 | 31 | 122 | 132 | 47 |
| Binary | 1111101 | 10111111 | 1010 | 100011 | 0 | 1011111 | 11001 | 1010010 | 1011010 | 100111 |
Color Harmonies of #7DBF0A
Complementary color
Monochromatic Colors of #7DBF0A
Black with #7DBF0A
Text Example
Text Example
White with #7DBF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF0A; }
p { color: rgb(125,191,10); }
H1.HeaderClassName
{
color: #7DBF0A;
}
.AnyTagClassName
{
color: #7DBF0A;
}
</style>
background-color css
<style>
a { background-color: #7DBF0A; }
a { background-color: rgb(125,191,10); }
div.DivClassName
{
background-color: #7DBF0A;
}
.BgClassName
{
background-color: #7DBF0A;
}
</style>
border-color css
<style>
span { border-color: #7DBF0A; }
span { border-color: rgb(125,191,10); }
td.TdClassName
{
border-color: #7DBF0A;
}
.TagClassName
{
border-color: #7DBF0A;
}
</style>