Shades of Lima #7DBF32
Tints of Lima #7DBF32
RGB
CMYK
RGB Variations
Color information
#7DBF32 (or 0x7DBF32) is known color: Lima. HEX triplet: 7D, BF and 32. RGB value is (125,191,50). Sum of RGB (Red+Green+Blue) = 125+191+50=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF32 is #8240CD. Grayscale: #9B9B9B. Windows color (decimal): -8536270 or 3325821. OLE color: 3325821.
HSL color Cylindrical-coordinate representation of color #7DBF32: hue angle of 88.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DBF32 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 50 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.25 |
| HSL | 88.09º | 0.59% | 0.47% | - |
| HSV(B) | 88.09º | 0.74% | 0.75% | - |
| XYZ | 27.66 | 41.85 | 9.64 | - |
| YUV | 155.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 50 | 0.35 | 0 | 0.74 | 0.25 | 88.09 | 0.59 | 0.47 |
| Hex | 7D | BF | 32 | 23 | 0 | 4A | 19 | 58 | 3B | 2F |
| Octal | 175 | 277 | 62 | 43 | 0 | 112 | 31 | 130 | 73 | 57 |
| Binary | 1111101 | 10111111 | 110010 | 100011 | 0 | 1001010 | 11001 | 1011000 | 111011 | 101111 |
Color Harmonies of #7DBF32
Complementary color
Monochromatic Colors of #7DBF32
Black with #7DBF32
Text Example
Text Example
White with #7DBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF32; }
p { color: rgb(125,191,50); }
H1.HeaderClassName
{
color: #7DBF32;
}
.AnyTagClassName
{
color: #7DBF32;
}
</style>
background-color css
<style>
a { background-color: #7DBF32; }
a { background-color: rgb(125,191,50); }
div.DivClassName
{
background-color: #7DBF32;
}
.BgClassName
{
background-color: #7DBF32;
}
</style>
border-color css
<style>
span { border-color: #7DBF32; }
span { border-color: rgb(125,191,50); }
td.TdClassName
{
border-color: #7DBF32;
}
.TagClassName
{
border-color: #7DBF32;
}
</style>