Shades of Lima #7DBD01
Tints of Lima #7DBD01
RGB
CMYK
RGB Variations
Color information
#7DBD01 (or 0x7DBD01) is known color: Lima. HEX triplet: 7D, BD and 01. RGB value is (125,189,1). Sum of RGB (Red+Green+Blue) = 125+189+1=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBD01 is #8242FE. Grayscale: #959595. Windows color (decimal): -8536831 or 114045. OLE color: 114045.
HSL color Cylindrical-coordinate representation of color #7DBD01: hue angle of 80.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DBD01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.26 |
| HSL | 80.43º | 0.99% | 0.37% | - |
| HSV(B) | 80.43º | 0.99% | 0.74% | - |
| XYZ | 26.66 | 40.76 | 6.49 | - |
| YUV | 148.43 | 44.8 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 1 | 0.34 | 0 | 0.99 | 0.26 | 80.43 | 0.99 | 0.37 |
| Hex | 7D | BD | 1 | 22 | 0 | 63 | 1A | 50 | 63 | 25 |
| Octal | 175 | 275 | 1 | 42 | 0 | 143 | 32 | 120 | 143 | 45 |
| Binary | 1111101 | 10111101 | 1 | 100010 | 0 | 1100011 | 11010 | 1010000 | 1100011 | 100101 |
Color Harmonies of #7DBD01
Complementary color
Monochromatic Colors of #7DBD01
Black with #7DBD01
Text Example
Text Example
White with #7DBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD01; }
p { color: rgb(125,189,1); }
H1.HeaderClassName
{
color: #7DBD01;
}
.AnyTagClassName
{
color: #7DBD01;
}
</style>
background-color css
<style>
a { background-color: #7DBD01; }
a { background-color: rgb(125,189,1); }
div.DivClassName
{
background-color: #7DBD01;
}
.BgClassName
{
background-color: #7DBD01;
}
</style>
border-color css
<style>
span { border-color: #7DBD01; }
span { border-color: rgb(125,189,1); }
td.TdClassName
{
border-color: #7DBD01;
}
.TagClassName
{
border-color: #7DBD01;
}
</style>