Shades of Lima #7DCD0C
Tints of Lima #7DCD0C
RGB
CMYK
RGB Variations
Color information
#7DCD0C (or 0x7DCD0C) is known color: Lima. HEX triplet: 7D, CD and 0C. RGB value is (125,205,12). Sum of RGB (Red+Green+Blue) = 125+205+12=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCD0C is #8232F3. Grayscale: #9F9F9F. Windows color (decimal): -8532724 or 839037. OLE color: 839037.
HSL color Cylindrical-coordinate representation of color #7DCD0C: hue angle of 84.87º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7DCD0C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 12 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.20 |
| HSL | 84.87º | 0.89% | 0.43% | - |
| HSV(B) | 84.87º | 0.94% | 0.8% | - |
| XYZ | 30.36 | 48.05 | 8.02 | - |
| YUV | 159.08 | 45 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 12 | 0.39 | 0 | 0.94 | 0.20 | 84.87 | 0.89 | 0.43 |
| Hex | 7D | CD | C | 27 | 0 | 5E | 14 | 55 | 59 | 2B |
| Octal | 175 | 315 | 14 | 47 | 0 | 136 | 24 | 125 | 131 | 53 |
| Binary | 1111101 | 11001101 | 1100 | 100111 | 0 | 1011110 | 10100 | 1010101 | 1011001 | 101011 |
Color Harmonies of #7DCD0C
Complementary color
Monochromatic Colors of #7DCD0C
Black with #7DCD0C
Text Example
Text Example
White with #7DCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD0C; }
p { color: rgb(125,205,12); }
H1.HeaderClassName
{
color: #7DCD0C;
}
.AnyTagClassName
{
color: #7DCD0C;
}
</style>
background-color css
<style>
a { background-color: #7DCD0C; }
a { background-color: rgb(125,205,12); }
div.DivClassName
{
background-color: #7DCD0C;
}
.BgClassName
{
background-color: #7DCD0C;
}
</style>
border-color css
<style>
span { border-color: #7DCD0C; }
span { border-color: rgb(125,205,12); }
td.TdClassName
{
border-color: #7DCD0C;
}
.TagClassName
{
border-color: #7DCD0C;
}
</style>