Shades of Lima #7DBB1A
Tints of Lima #7DBB1A
RGB
CMYK
RGB Variations
Color information
#7DBB1A (or 0x7DBB1A) is known color: Lima. HEX triplet: 7D, BB and 1A. RGB value is (125,187,26). Sum of RGB (Red+Green+Blue) = 125+187+26=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB1A is #8244E5. Grayscale: #969696. Windows color (decimal): -8537318 or 1751933. OLE color: 1751933.
HSL color Cylindrical-coordinate representation of color #7DBB1A: hue angle of 83.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DBB1A is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 26 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.27 |
| HSL | 83.11º | 0.76% | 0.42% | - |
| HSV(B) | 83.11º | 0.86% | 0.73% | - |
| XYZ | 26.41 | 39.98 | 7.3 | - |
| YUV | 150.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 26 | 0.33 | 0 | 0.86 | 0.27 | 83.11 | 0.76 | 0.42 |
| Hex | 7D | BB | 1A | 21 | 0 | 56 | 1B | 53 | 4C | 2A |
| Octal | 175 | 273 | 32 | 41 | 0 | 126 | 33 | 123 | 114 | 52 |
| Binary | 1111101 | 10111011 | 11010 | 100001 | 0 | 1010110 | 11011 | 1010011 | 1001100 | 101010 |
Color Harmonies of #7DBB1A
Complementary color
Monochromatic Colors of #7DBB1A
Black with #7DBB1A
Text Example
Text Example
White with #7DBB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB1A; }
p { color: rgb(125,187,26); }
H1.HeaderClassName
{
color: #7DBB1A;
}
.AnyTagClassName
{
color: #7DBB1A;
}
</style>
background-color css
<style>
a { background-color: #7DBB1A; }
a { background-color: rgb(125,187,26); }
div.DivClassName
{
background-color: #7DBB1A;
}
.BgClassName
{
background-color: #7DBB1A;
}
</style>
border-color css
<style>
span { border-color: #7DBB1A; }
span { border-color: rgb(125,187,26); }
td.TdClassName
{
border-color: #7DBB1A;
}
.TagClassName
{
border-color: #7DBB1A;
}
</style>