Shades of Lima #7DC009
Tints of Lima #7DC009
RGB
CMYK
RGB Variations
Color information
#7DC009 (or 0x7DC009) is known color: Lima. HEX triplet: 7D, C0 and 09. RGB value is (125,192,9). Sum of RGB (Red+Green+Blue) = 125+192+9=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC009 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC009 is #823FF6. Grayscale: #979797. Windows color (decimal): -8536055 or 639101. OLE color: 639101.
HSL color Cylindrical-coordinate representation of color #7DC009: hue angle of 81.97º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7DC009 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 9 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.25 |
| HSL | 81.97º | 0.91% | 0.39% | - |
| HSV(B) | 81.97º | 0.95% | 0.75% | - |
| XYZ | 27.36 | 42.08 | 6.94 | - |
| YUV | 151.11 | 47.8 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 9 | 0.35 | 0 | 0.95 | 0.25 | 81.97 | 0.91 | 0.39 |
| Hex | 7D | C0 | 9 | 23 | 0 | 5F | 19 | 52 | 5B | 27 |
| Octal | 175 | 300 | 11 | 43 | 0 | 137 | 31 | 122 | 133 | 47 |
| Binary | 1111101 | 11000000 | 1001 | 100011 | 0 | 1011111 | 11001 | 1010010 | 1011011 | 100111 |
Color Harmonies of #7DC009
Complementary color
Monochromatic Colors of #7DC009
Black with #7DC009
Text Example
Text Example
White with #7DC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC009; }
p { color: rgb(125,192,9); }
H1.HeaderClassName
{
color: #7DC009;
}
.AnyTagClassName
{
color: #7DC009;
}
</style>
background-color css
<style>
a { background-color: #7DC009; }
a { background-color: rgb(125,192,9); }
div.DivClassName
{
background-color: #7DC009;
}
.BgClassName
{
background-color: #7DC009;
}
</style>
border-color css
<style>
span { border-color: #7DC009; }
span { border-color: rgb(125,192,9); }
td.TdClassName
{
border-color: #7DC009;
}
.TagClassName
{
border-color: #7DC009;
}
</style>