Shades of Lima #7DBB08
Tints of Lima #7DBB08
RGB
CMYK
RGB Variations
Color information
#7DBB08 (or 0x7DBB08) is known color: Lima. HEX triplet: 7D, BB and 08. RGB value is (125,187,8). Sum of RGB (Red+Green+Blue) = 125+187+8=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBB08 is #8244F7. Grayscale: #949494. Windows color (decimal): -8537336 or 572285. OLE color: 572285.
HSL color Cylindrical-coordinate representation of color #7DBB08: hue angle of 80.78º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DBB08 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 8 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.27 |
| HSL | 80.78º | 0.92% | 0.38% | - |
| HSV(B) | 80.78º | 0.96% | 0.73% | - |
| XYZ | 26.27 | 39.92 | 6.55 | - |
| YUV | 148.06 | 48.96 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 8 | 0.33 | 0 | 0.96 | 0.27 | 80.78 | 0.92 | 0.38 |
| Hex | 7D | BB | 8 | 21 | 0 | 60 | 1B | 51 | 5C | 26 |
| Octal | 175 | 273 | 10 | 41 | 0 | 140 | 33 | 121 | 134 | 46 |
| Binary | 1111101 | 10111011 | 1000 | 100001 | 0 | 1100000 | 11011 | 1010001 | 1011100 | 100110 |
Color Harmonies of #7DBB08
Complementary color
Monochromatic Colors of #7DBB08
Black with #7DBB08
Text Example
Text Example
White with #7DBB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB08; }
p { color: rgb(125,187,8); }
H1.HeaderClassName
{
color: #7DBB08;
}
.AnyTagClassName
{
color: #7DBB08;
}
</style>
background-color css
<style>
a { background-color: #7DBB08; }
a { background-color: rgb(125,187,8); }
div.DivClassName
{
background-color: #7DBB08;
}
.BgClassName
{
background-color: #7DBB08;
}
</style>
border-color css
<style>
span { border-color: #7DBB08; }
span { border-color: rgb(125,187,8); }
td.TdClassName
{
border-color: #7DBB08;
}
.TagClassName
{
border-color: #7DBB08;
}
</style>