Shades of Yellow Green #7DC830
Tints of Yellow Green #7DC830
RGB
CMYK
RGB Variations
Color information
#7DC830 (or 0x7DC830) is known color: Yellow Green. HEX triplet: 7D, C8 and 30. RGB value is (125,200,48). Sum of RGB (Red+Green+Blue) = 125+200+48=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC830 is #8237CF. Grayscale: #A0A0A0. Windows color (decimal): -8533968 or 3197053. OLE color: 3197053.
HSL color Cylindrical-coordinate representation of color #7DC830: hue angle of 89.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DC830 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 48 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.22 |
| HSL | 89.61º | 0.61% | 0.49% | - |
| HSV(B) | 89.61º | 0.76% | 0.78% | - |
| XYZ | 29.65 | 45.88 | 10.09 | - |
| YUV | 160.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 48 | 0.38 | 0 | 0.76 | 0.22 | 89.61 | 0.61 | 0.49 |
| Hex | 7D | C8 | 30 | 26 | 0 | 4C | 16 | 5A | 3D | 31 |
| Octal | 175 | 310 | 60 | 46 | 0 | 114 | 26 | 132 | 75 | 61 |
| Binary | 1111101 | 11001000 | 110000 | 100110 | 0 | 1001100 | 10110 | 1011010 | 111101 | 110001 |
Color Harmonies of #7DC830
Complementary color
Monochromatic Colors of #7DC830
Black with #7DC830
Text Example
Text Example
White with #7DC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC830; }
p { color: rgb(125,200,48); }
H1.HeaderClassName
{
color: #7DC830;
}
.AnyTagClassName
{
color: #7DC830;
}
</style>
background-color css
<style>
a { background-color: #7DC830; }
a { background-color: rgb(125,200,48); }
div.DivClassName
{
background-color: #7DC830;
}
.BgClassName
{
background-color: #7DC830;
}
</style>
border-color css
<style>
span { border-color: #7DC830; }
span { border-color: rgb(125,200,48); }
td.TdClassName
{
border-color: #7DC830;
}
.TagClassName
{
border-color: #7DC830;
}
</style>