Shades of Yellow Green #7AD328
Tints of Yellow Green #7AD328
RGB
CMYK
RGB Variations
Color information
#7AD328 (or 0x7AD328) is known color: Yellow Green. HEX triplet: 7A, D3 and 28. RGB value is (122,211,40). Sum of RGB (Red+Green+Blue) = 122+211+40=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD328 is #852CD7. Grayscale: #A5A5A5. Windows color (decimal): -8727768 or 2675578. OLE color: 2675578.
HSL color Cylindrical-coordinate representation of color #7AD328: hue angle of 91.23º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AD328 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 40 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.17 |
| HSL | 91.23º | 0.68% | 0.49% | - |
| HSV(B) | 91.23º | 0.81% | 0.83% | - |
| XYZ | 31.7 | 50.88 | 10.16 | - |
| YUV | 164.9 | 57.51 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 40 | 0.42 | 0 | 0.81 | 0.17 | 91.23 | 0.68 | 0.49 |
| Hex | 7A | D3 | 28 | 2A | 0 | 51 | 11 | 5B | 44 | 31 |
| Octal | 172 | 323 | 50 | 52 | 0 | 121 | 21 | 133 | 104 | 61 |
| Binary | 1111010 | 11010011 | 101000 | 101010 | 0 | 1010001 | 10001 | 1011011 | 1000100 | 110001 |
Color Harmonies of #7AD328
Complementary color
Monochromatic Colors of #7AD328
Black with #7AD328
Text Example
Text Example
White with #7AD328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD328; }
p { color: rgb(122,211,40); }
H1.HeaderClassName
{
color: #7AD328;
}
.AnyTagClassName
{
color: #7AD328;
}
</style>
background-color css
<style>
a { background-color: #7AD328; }
a { background-color: rgb(122,211,40); }
div.DivClassName
{
background-color: #7AD328;
}
.BgClassName
{
background-color: #7AD328;
}
</style>
border-color css
<style>
span { border-color: #7AD328; }
span { border-color: rgb(122,211,40); }
td.TdClassName
{
border-color: #7AD328;
}
.TagClassName
{
border-color: #7AD328;
}
</style>