Shades of Lima #7DBF01
Tints of Lima #7DBF01
RGB
CMYK
RGB Variations
Color information
#7DBF01 (or 0x7DBF01) is known color: Lima. HEX triplet: 7D, BF and 01. RGB value is (125,191,1). Sum of RGB (Red+Green+Blue) = 125+191+1=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBF01 is #8240FE. Grayscale: #969696. Windows color (decimal): -8536319 or 114557. OLE color: 114557.
HSL color Cylindrical-coordinate representation of color #7DBF01: hue angle of 80.84º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DBF01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.25 |
| HSL | 80.84º | 0.99% | 0.38% | - |
| HSV(B) | 80.84º | 0.99% | 0.75% | - |
| XYZ | 27.09 | 41.62 | 6.63 | - |
| YUV | 149.61 | 44.13 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 1 | 0.35 | 0 | 0.99 | 0.25 | 80.84 | 0.99 | 0.38 |
| Hex | 7D | BF | 1 | 23 | 0 | 63 | 19 | 51 | 63 | 26 |
| Octal | 175 | 277 | 1 | 43 | 0 | 143 | 31 | 121 | 143 | 46 |
| Binary | 1111101 | 10111111 | 1 | 100011 | 0 | 1100011 | 11001 | 1010001 | 1100011 | 100110 |
Color Harmonies of #7DBF01
Complementary color
Monochromatic Colors of #7DBF01
Black with #7DBF01
Text Example
Text Example
White with #7DBF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF01; }
p { color: rgb(125,191,1); }
H1.HeaderClassName
{
color: #7DBF01;
}
.AnyTagClassName
{
color: #7DBF01;
}
</style>
background-color css
<style>
a { background-color: #7DBF01; }
a { background-color: rgb(125,191,1); }
div.DivClassName
{
background-color: #7DBF01;
}
.BgClassName
{
background-color: #7DBF01;
}
</style>
border-color css
<style>
span { border-color: #7DBF01; }
span { border-color: rgb(125,191,1); }
td.TdClassName
{
border-color: #7DBF01;
}
.TagClassName
{
border-color: #7DBF01;
}
</style>