Shades of Lima #7DBB10
Tints of Lima #7DBB10
RGB
CMYK
RGB Variations
Color information
#7DBB10 (or 0x7DBB10) is known color: Lima. HEX triplet: 7D, BB and 10. RGB value is (125,187,16). Sum of RGB (Red+Green+Blue) = 125+187+16=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBB10 is #8244EF. Grayscale: #959595. Windows color (decimal): -8537328 or 1096573. OLE color: 1096573.
HSL color Cylindrical-coordinate representation of color #7DBB10: hue angle of 81.75º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DBB10 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 16 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.27 |
| HSL | 81.75º | 0.84% | 0.4% | - |
| HSV(B) | 81.75º | 0.91% | 0.73% | - |
| XYZ | 26.32 | 39.94 | 6.81 | - |
| YUV | 148.97 | 52.96 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 16 | 0.33 | 0 | 0.91 | 0.27 | 81.75 | 0.84 | 0.4 |
| Hex | 7D | BB | 10 | 21 | 0 | 5B | 1B | 52 | 54 | 28 |
| Octal | 175 | 273 | 20 | 41 | 0 | 133 | 33 | 122 | 124 | 50 |
| Binary | 1111101 | 10111011 | 10000 | 100001 | 0 | 1011011 | 11011 | 1010010 | 1010100 | 101000 |
Color Harmonies of #7DBB10
Complementary color
Monochromatic Colors of #7DBB10
Black with #7DBB10
Text Example
Text Example
White with #7DBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB10; }
p { color: rgb(125,187,16); }
H1.HeaderClassName
{
color: #7DBB10;
}
.AnyTagClassName
{
color: #7DBB10;
}
</style>
background-color css
<style>
a { background-color: #7DBB10; }
a { background-color: rgb(125,187,16); }
div.DivClassName
{
background-color: #7DBB10;
}
.BgClassName
{
background-color: #7DBB10;
}
</style>
border-color css
<style>
span { border-color: #7DBB10; }
span { border-color: rgb(125,187,16); }
td.TdClassName
{
border-color: #7DBB10;
}
.TagClassName
{
border-color: #7DBB10;
}
</style>