Shades of Lima #7DCD05
Tints of Lima #7DCD05
RGB
CMYK
RGB Variations
Color information
#7DCD05 (or 0x7DCD05) is known color: Lima. HEX triplet: 7D, CD and 05. RGB value is (125,205,5). Sum of RGB (Red+Green+Blue) = 125+205+5=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCD05 is #8232FA. Grayscale: #9F9F9F. Windows color (decimal): -8532731 or 380285. OLE color: 380285.
HSL color Cylindrical-coordinate representation of color #7DCD05: hue angle of 84º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DCD05 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.20 |
| HSL | 84º | 0.95% | 0.41% | - |
| HSV(B) | 84º | 0.98% | 0.8% | - |
| XYZ | 30.32 | 48.03 | 7.82 | - |
| YUV | 158.28 | 41.5 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 5 | 0.39 | 0 | 0.98 | 0.20 | 84 | 0.95 | 0.41 |
| Hex | 7D | CD | 5 | 27 | 0 | 62 | 14 | 54 | 5F | 29 |
| Octal | 175 | 315 | 5 | 47 | 0 | 142 | 24 | 124 | 137 | 51 |
| Binary | 1111101 | 11001101 | 101 | 100111 | 0 | 1100010 | 10100 | 1010100 | 1011111 | 101001 |
Color Harmonies of #7DCD05
Complementary color
Monochromatic Colors of #7DCD05
Black with #7DCD05
Text Example
Text Example
White with #7DCD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD05; }
p { color: rgb(125,205,5); }
H1.HeaderClassName
{
color: #7DCD05;
}
.AnyTagClassName
{
color: #7DCD05;
}
</style>
background-color css
<style>
a { background-color: #7DCD05; }
a { background-color: rgb(125,205,5); }
div.DivClassName
{
background-color: #7DCD05;
}
.BgClassName
{
background-color: #7DCD05;
}
</style>
border-color css
<style>
span { border-color: #7DCD05; }
span { border-color: rgb(125,205,5); }
td.TdClassName
{
border-color: #7DCD05;
}
.TagClassName
{
border-color: #7DCD05;
}
</style>