Shades of Lima #7DB701
Tints of Lima #7DB701
RGB
CMYK
RGB Variations
Color information
#7DB701 (or 0x7DB701) is known color: Lima. HEX triplet: 7D, B7 and 01. RGB value is (125,183,1). Sum of RGB (Red+Green+Blue) = 125+183+1=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB701 is #8248FE. Grayscale: #919191. Windows color (decimal): -8538367 or 112509. OLE color: 112509.
HSL color Cylindrical-coordinate representation of color #7DB701: hue angle of 79.12º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DB701 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.28 |
| HSL | 79.12º | 0.99% | 0.36% | - |
| HSV(B) | 79.12º | 0.99% | 0.72% | - |
| XYZ | 25.4 | 38.23 | 6.07 | - |
| YUV | 144.91 | 46.78 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 1 | 0.32 | 0 | 0.99 | 0.28 | 79.12 | 0.99 | 0.36 |
| Hex | 7D | B7 | 1 | 20 | 0 | 63 | 1C | 4F | 63 | 24 |
| Octal | 175 | 267 | 1 | 40 | 0 | 143 | 34 | 117 | 143 | 44 |
| Binary | 1111101 | 10110111 | 1 | 100000 | 0 | 1100011 | 11100 | 1001111 | 1100011 | 100100 |
Color Harmonies of #7DB701
Complementary color
Monochromatic Colors of #7DB701
Black with #7DB701
Text Example
Text Example
White with #7DB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB701; }
p { color: rgb(125,183,1); }
H1.HeaderClassName
{
color: #7DB701;
}
.AnyTagClassName
{
color: #7DB701;
}
</style>
background-color css
<style>
a { background-color: #7DB701; }
a { background-color: rgb(125,183,1); }
div.DivClassName
{
background-color: #7DB701;
}
.BgClassName
{
background-color: #7DB701;
}
</style>
border-color css
<style>
span { border-color: #7DB701; }
span { border-color: rgb(125,183,1); }
td.TdClassName
{
border-color: #7DB701;
}
.TagClassName
{
border-color: #7DB701;
}
</style>