Shades of Lima #7DBB0F
Tints of Lima #7DBB0F
RGB
CMYK
RGB Variations
Color information
#7DBB0F (or 0x7DBB0F) is known color: Lima. HEX triplet: 7D, BB and 0F. RGB value is (125,187,15). Sum of RGB (Red+Green+Blue) = 125+187+15=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBB0F is #8244F0. Grayscale: #959595. Windows color (decimal): -8537329 or 1031037. OLE color: 1031037.
HSL color Cylindrical-coordinate representation of color #7DBB0F: hue angle of 81.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DBB0F is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 15 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.27 |
| HSL | 81.63º | 0.85% | 0.4% | - |
| HSV(B) | 81.63º | 0.92% | 0.73% | - |
| XYZ | 26.31 | 39.94 | 6.77 | - |
| YUV | 148.85 | 52.46 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 15 | 0.33 | 0 | 0.92 | 0.27 | 81.63 | 0.85 | 0.4 |
| Hex | 7D | BB | F | 21 | 0 | 5C | 1B | 52 | 55 | 28 |
| Octal | 175 | 273 | 17 | 41 | 0 | 134 | 33 | 122 | 125 | 50 |
| Binary | 1111101 | 10111011 | 1111 | 100001 | 0 | 1011100 | 11011 | 1010010 | 1010101 | 101000 |
Color Harmonies of #7DBB0F
Complementary color
Monochromatic Colors of #7DBB0F
Black with #7DBB0F
Text Example
Text Example
White with #7DBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB0F; }
p { color: rgb(125,187,15); }
H1.HeaderClassName
{
color: #7DBB0F;
}
.AnyTagClassName
{
color: #7DBB0F;
}
</style>
background-color css
<style>
a { background-color: #7DBB0F; }
a { background-color: rgb(125,187,15); }
div.DivClassName
{
background-color: #7DBB0F;
}
.BgClassName
{
background-color: #7DBB0F;
}
</style>
border-color css
<style>
span { border-color: #7DBB0F; }
span { border-color: rgb(125,187,15); }
td.TdClassName
{
border-color: #7DBB0F;
}
.TagClassName
{
border-color: #7DBB0F;
}
</style>