Shades of Lima #7DB80F
Tints of Lima #7DB80F
RGB
CMYK
RGB Variations
Color information
#7DB80F (or 0x7DB80F) is known color: Lima. HEX triplet: 7D, B8 and 0F. RGB value is (125,184,15). Sum of RGB (Red+Green+Blue) = 125+184+15=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB80F is #8247F0. Grayscale: #939393. Windows color (decimal): -8538097 or 1030269. OLE color: 1030269.
HSL color Cylindrical-coordinate representation of color #7DB80F: hue angle of 80.95º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DB80F is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 15 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.28 |
| HSL | 80.95º | 0.85% | 0.39% | - |
| HSV(B) | 80.95º | 0.92% | 0.72% | - |
| XYZ | 25.68 | 38.68 | 6.56 | - |
| YUV | 147.09 | 53.45 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 15 | 0.32 | 0 | 0.92 | 0.28 | 80.95 | 0.85 | 0.39 |
| Hex | 7D | B8 | F | 20 | 0 | 5C | 1C | 51 | 55 | 27 |
| Octal | 175 | 270 | 17 | 40 | 0 | 134 | 34 | 121 | 125 | 47 |
| Binary | 1111101 | 10111000 | 1111 | 100000 | 0 | 1011100 | 11100 | 1010001 | 1010101 | 100111 |
Color Harmonies of #7DB80F
Complementary color
Monochromatic Colors of #7DB80F
Black with #7DB80F
Text Example
Text Example
White with #7DB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB80F; }
p { color: rgb(125,184,15); }
H1.HeaderClassName
{
color: #7DB80F;
}
.AnyTagClassName
{
color: #7DB80F;
}
</style>
background-color css
<style>
a { background-color: #7DB80F; }
a { background-color: rgb(125,184,15); }
div.DivClassName
{
background-color: #7DB80F;
}
.BgClassName
{
background-color: #7DB80F;
}
</style>
border-color css
<style>
span { border-color: #7DB80F; }
span { border-color: rgb(125,184,15); }
td.TdClassName
{
border-color: #7DB80F;
}
.TagClassName
{
border-color: #7DB80F;
}
</style>