Shades of Lima #7DB83C
Tints of Lima #7DB83C
RGB
CMYK
RGB Variations
Color information
#7DB83C (or 0x7DB83C) is known color: Lima. HEX triplet: 7D, B8 and 3C. RGB value is (125,184,60). Sum of RGB (Red+Green+Blue) = 125+184+60=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB83C is #8247C3. Grayscale: #989898. Windows color (decimal): -8538052 or 3979389. OLE color: 3979389.
HSL color Cylindrical-coordinate representation of color #7DB83C: hue angle of 88.55º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DB83C is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 60 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.28 |
| HSL | 88.55º | 0.51% | 0.48% | - |
| HSV(B) | 88.55º | 0.67% | 0.72% | - |
| XYZ | 26.41 | 38.97 | 10.4 | - |
| YUV | 152.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 60 | 0.32 | 0 | 0.67 | 0.28 | 88.55 | 0.51 | 0.48 |
| Hex | 7D | B8 | 3C | 20 | 0 | 43 | 1C | 59 | 33 | 30 |
| Octal | 175 | 270 | 74 | 40 | 0 | 103 | 34 | 131 | 63 | 60 |
| Binary | 1111101 | 10111000 | 111100 | 100000 | 0 | 1000011 | 11100 | 1011001 | 110011 | 110000 |
Color Harmonies of #7DB83C
Complementary color
Monochromatic Colors of #7DB83C
Black with #7DB83C
Text Example
Text Example
White with #7DB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB83C; }
p { color: rgb(125,184,60); }
H1.HeaderClassName
{
color: #7DB83C;
}
.AnyTagClassName
{
color: #7DB83C;
}
</style>
background-color css
<style>
a { background-color: #7DB83C; }
a { background-color: rgb(125,184,60); }
div.DivClassName
{
background-color: #7DB83C;
}
.BgClassName
{
background-color: #7DB83C;
}
</style>
border-color css
<style>
span { border-color: #7DB83C; }
span { border-color: rgb(125,184,60); }
td.TdClassName
{
border-color: #7DB83C;
}
.TagClassName
{
border-color: #7DB83C;
}
</style>