Shades of Yellow Green #73D82A
Tints of Yellow Green #73D82A
RGB
CMYK
RGB Variations
Color information
#73D82A (or 0x73D82A) is known color: Yellow Green. HEX triplet: 73, D8 and 2A. RGB value is (115,216,42). Sum of RGB (Red+Green+Blue) = 115+216+42=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #73D82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D82A is #8C27D5. Grayscale: #A6A6A6. Windows color (decimal): -9185238 or 2807923. OLE color: 2807923.
HSL color Cylindrical-coordinate representation of color #73D82A: hue angle of 94.83º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73D82A is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 42 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.15 |
| HSL | 94.83º | 0.69% | 0.51% | - |
| HSV(B) | 94.83º | 0.81% | 0.85% | - |
| XYZ | 32.04 | 52.92 | 10.72 | - |
| YUV | 165.97 | 58.04 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 42 | 0.47 | 0 | 0.81 | 0.15 | 94.83 | 0.69 | 0.51 |
| Hex | 73 | D8 | 2A | 2F | 0 | 51 | F | 5F | 45 | 33 |
| Octal | 163 | 330 | 52 | 57 | 0 | 121 | 17 | 137 | 105 | 63 |
| Binary | 1110011 | 11011000 | 101010 | 101111 | 0 | 1010001 | 1111 | 1011111 | 1000101 | 110011 |
Color Harmonies of #73D82A
Complementary color
Monochromatic Colors of #73D82A
Black with #73D82A
Text Example
Text Example
White with #73D82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D82A; }
p { color: rgb(115,216,42); }
H1.HeaderClassName
{
color: #73D82A;
}
.AnyTagClassName
{
color: #73D82A;
}
</style>
background-color css
<style>
a { background-color: #73D82A; }
a { background-color: rgb(115,216,42); }
div.DivClassName
{
background-color: #73D82A;
}
.BgClassName
{
background-color: #73D82A;
}
</style>
border-color css
<style>
span { border-color: #73D82A; }
span { border-color: rgb(115,216,42); }
td.TdClassName
{
border-color: #73D82A;
}
.TagClassName
{
border-color: #73D82A;
}
</style>