Shades of Lima #7DB007
Tints of Lima #7DB007
RGB
CMYK
RGB Variations
Color information
#7DB007 (or 0x7DB007) is known color: Lima. HEX triplet: 7D, B0 and 07. RGB value is (125,176,7). Sum of RGB (Red+Green+Blue) = 125+176+7=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB007 is #824FF8. Grayscale: #8E8E8E. Windows color (decimal): -8540153 or 503933. OLE color: 503933.
HSL color Cylindrical-coordinate representation of color #7DB007: hue angle of 78.11º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB007 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.31 |
| HSL | 78.11º | 0.92% | 0.36% | - |
| HSV(B) | 78.11º | 0.96% | 0.69% | - |
| XYZ | 24.02 | 35.43 | 5.77 | - |
| YUV | 141.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 7 | 0.29 | 0 | 0.96 | 0.31 | 78.11 | 0.92 | 0.36 |
| Hex | 7D | B0 | 7 | 1D | 0 | 60 | 1F | 4E | 5C | 24 |
| Octal | 175 | 260 | 7 | 35 | 0 | 140 | 37 | 116 | 134 | 44 |
| Binary | 1111101 | 10110000 | 111 | 11101 | 0 | 1100000 | 11111 | 1001110 | 1011100 | 100100 |
Color Harmonies of #7DB007
Complementary color
Monochromatic Colors of #7DB007
Black with #7DB007
Text Example
Text Example
White with #7DB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB007; }
p { color: rgb(125,176,7); }
H1.HeaderClassName
{
color: #7DB007;
}
.AnyTagClassName
{
color: #7DB007;
}
</style>
background-color css
<style>
a { background-color: #7DB007; }
a { background-color: rgb(125,176,7); }
div.DivClassName
{
background-color: #7DB007;
}
.BgClassName
{
background-color: #7DB007;
}
</style>
border-color css
<style>
span { border-color: #7DB007; }
span { border-color: rgb(125,176,7); }
td.TdClassName
{
border-color: #7DB007;
}
.TagClassName
{
border-color: #7DB007;
}
</style>