Shades of Yellow Green #73D82B
Tints of Yellow Green #73D82B
RGB
CMYK
RGB Variations
Color information
#73D82B (or 0x73D82B) is known color: Yellow Green. HEX triplet: 73, D8 and 2B. RGB value is (115,216,43). Sum of RGB (Red+Green+Blue) = 115+216+43=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #73D82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D82B is #8C27D4. Grayscale: #A6A6A6. Windows color (decimal): -9185237 or 2873459. OLE color: 2873459.
HSL color Cylindrical-coordinate representation of color #73D82B: hue angle of 95.03º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73D82B is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 43 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.15 |
| HSL | 95.03º | 0.69% | 0.51% | - |
| HSV(B) | 95.03º | 0.8% | 0.85% | - |
| XYZ | 32.06 | 52.93 | 10.81 | - |
| YUV | 166.08 | 58.54 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 43 | 0.47 | 0 | 0.80 | 0.15 | 95.03 | 0.69 | 0.51 |
| Hex | 73 | D8 | 2B | 2F | 0 | 50 | F | 5F | 45 | 33 |
| Octal | 163 | 330 | 53 | 57 | 0 | 120 | 17 | 137 | 105 | 63 |
| Binary | 1110011 | 11011000 | 101011 | 101111 | 0 | 1010000 | 1111 | 1011111 | 1000101 | 110011 |
Color Harmonies of #73D82B
Complementary color
Monochromatic Colors of #73D82B
Black with #73D82B
Text Example
Text Example
White with #73D82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D82B; }
p { color: rgb(115,216,43); }
H1.HeaderClassName
{
color: #73D82B;
}
.AnyTagClassName
{
color: #73D82B;
}
</style>
background-color css
<style>
a { background-color: #73D82B; }
a { background-color: rgb(115,216,43); }
div.DivClassName
{
background-color: #73D82B;
}
.BgClassName
{
background-color: #73D82B;
}
</style>
border-color css
<style>
span { border-color: #73D82B; }
span { border-color: rgb(115,216,43); }
td.TdClassName
{
border-color: #73D82B;
}
.TagClassName
{
border-color: #73D82B;
}
</style>