Shades of Lima #7DC805
Tints of Lima #7DC805
RGB
CMYK
RGB Variations
Color information
#7DC805 (or 0x7DC805) is known color: Lima. HEX triplet: 7D, C8 and 05. RGB value is (125,200,5). Sum of RGB (Red+Green+Blue) = 125+200+5=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC805 is #8237FA. Grayscale: #9C9C9C. Windows color (decimal): -8534011 or 379005. OLE color: 379005.
HSL color Cylindrical-coordinate representation of color #7DC805: hue angle of 83.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DC805 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.22 |
| HSL | 83.08º | 0.95% | 0.4% | - |
| HSV(B) | 83.08º | 0.98% | 0.78% | - |
| XYZ | 29.14 | 45.68 | 7.42 | - |
| YUV | 155.35 | 43.15 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 5 | 0.38 | 0 | 0.98 | 0.22 | 83.08 | 0.95 | 0.4 |
| Hex | 7D | C8 | 5 | 26 | 0 | 62 | 16 | 53 | 5F | 28 |
| Octal | 175 | 310 | 5 | 46 | 0 | 142 | 26 | 123 | 137 | 50 |
| Binary | 1111101 | 11001000 | 101 | 100110 | 0 | 1100010 | 10110 | 1010011 | 1011111 | 101000 |
Color Harmonies of #7DC805
Complementary color
Monochromatic Colors of #7DC805
Black with #7DC805
Text Example
Text Example
White with #7DC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC805; }
p { color: rgb(125,200,5); }
H1.HeaderClassName
{
color: #7DC805;
}
.AnyTagClassName
{
color: #7DC805;
}
</style>
background-color css
<style>
a { background-color: #7DC805; }
a { background-color: rgb(125,200,5); }
div.DivClassName
{
background-color: #7DC805;
}
.BgClassName
{
background-color: #7DC805;
}
</style>
border-color css
<style>
span { border-color: #7DC805; }
span { border-color: rgb(125,200,5); }
td.TdClassName
{
border-color: #7DC805;
}
.TagClassName
{
border-color: #7DC805;
}
</style>