Shades of Lima #7DC905
Tints of Lima #7DC905
RGB
CMYK
RGB Variations
Color information
#7DC905 (or 0x7DC905) is known color: Lima. HEX triplet: 7D, C9 and 05. RGB value is (125,201,5). Sum of RGB (Red+Green+Blue) = 125+201+5=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC905 is #8236FA. Grayscale: #9C9C9C. Windows color (decimal): -8533755 or 379261. OLE color: 379261.
HSL color Cylindrical-coordinate representation of color #7DC905: hue angle of 83.27º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7DC905 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.21 |
| HSL | 83.27º | 0.95% | 0.4% | - |
| HSV(B) | 83.27º | 0.98% | 0.79% | - |
| XYZ | 29.37 | 46.14 | 7.5 | - |
| YUV | 155.93 | 42.82 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 5 | 0.38 | 0 | 0.98 | 0.21 | 83.27 | 0.95 | 0.4 |
| Hex | 7D | C9 | 5 | 26 | 0 | 62 | 15 | 53 | 5F | 28 |
| Octal | 175 | 311 | 5 | 46 | 0 | 142 | 25 | 123 | 137 | 50 |
| Binary | 1111101 | 11001001 | 101 | 100110 | 0 | 1100010 | 10101 | 1010011 | 1011111 | 101000 |
Color Harmonies of #7DC905
Complementary color
Monochromatic Colors of #7DC905
Black with #7DC905
Text Example
Text Example
White with #7DC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC905; }
p { color: rgb(125,201,5); }
H1.HeaderClassName
{
color: #7DC905;
}
.AnyTagClassName
{
color: #7DC905;
}
</style>
background-color css
<style>
a { background-color: #7DC905; }
a { background-color: rgb(125,201,5); }
div.DivClassName
{
background-color: #7DC905;
}
.BgClassName
{
background-color: #7DC905;
}
</style>
border-color css
<style>
span { border-color: #7DC905; }
span { border-color: rgb(125,201,5); }
td.TdClassName
{
border-color: #7DC905;
}
.TagClassName
{
border-color: #7DC905;
}
</style>