Shades of Lima #7DB801
Tints of Lima #7DB801
RGB
CMYK
RGB Variations
Color information
#7DB801 (or 0x7DB801) is known color: Lima. HEX triplet: 7D, B8 and 01. RGB value is (125,184,1). Sum of RGB (Red+Green+Blue) = 125+184+1=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB801 is #8247FE. Grayscale: #929292. Windows color (decimal): -8538111 or 112765. OLE color: 112765.
HSL color Cylindrical-coordinate representation of color #7DB801: hue angle of 79.34º 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 #7DB801 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.28 |
| HSL | 79.34º | 0.99% | 0.36% | - |
| HSV(B) | 79.34º | 0.99% | 0.72% | - |
| XYZ | 25.6 | 38.64 | 6.14 | - |
| YUV | 145.5 | 46.45 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 1 | 0.32 | 0 | 0.99 | 0.28 | 79.34 | 0.99 | 0.36 |
| Hex | 7D | B8 | 1 | 20 | 0 | 63 | 1C | 4F | 63 | 24 |
| Octal | 175 | 270 | 1 | 40 | 0 | 143 | 34 | 117 | 143 | 44 |
| Binary | 1111101 | 10111000 | 1 | 100000 | 0 | 1100011 | 11100 | 1001111 | 1100011 | 100100 |
Color Harmonies of #7DB801
Complementary color
Monochromatic Colors of #7DB801
Black with #7DB801
Text Example
Text Example
White with #7DB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB801; }
p { color: rgb(125,184,1); }
H1.HeaderClassName
{
color: #7DB801;
}
.AnyTagClassName
{
color: #7DB801;
}
</style>
background-color css
<style>
a { background-color: #7DB801; }
a { background-color: rgb(125,184,1); }
div.DivClassName
{
background-color: #7DB801;
}
.BgClassName
{
background-color: #7DB801;
}
</style>
border-color css
<style>
span { border-color: #7DB801; }
span { border-color: rgb(125,184,1); }
td.TdClassName
{
border-color: #7DB801;
}
.TagClassName
{
border-color: #7DB801;
}
</style>