Shades of Yellow Green #73D42C
Tints of Yellow Green #73D42C
RGB
CMYK
RGB Variations
Color information
#73D42C (or 0x73D42C) is known color: Yellow Green. HEX triplet: 73, D4 and 2C. RGB value is (115,212,44). Sum of RGB (Red+Green+Blue) = 115+212+44=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #73D42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D42C is #8C2BD3. Grayscale: #A4A4A4. Windows color (decimal): -9186260 or 2937971. OLE color: 2937971.
HSL color Cylindrical-coordinate representation of color #73D42C: hue angle of 94.64º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73D42C is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 44 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.17 |
| HSL | 94.64º | 0.66% | 0.5% | - |
| HSV(B) | 94.64º | 0.79% | 0.83% | - |
| XYZ | 31.07 | 50.91 | 10.57 | - |
| YUV | 163.85 | 60.36 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 44 | 0.46 | 0 | 0.79 | 0.17 | 94.64 | 0.66 | 0.5 |
| Hex | 73 | D4 | 2C | 2E | 0 | 4F | 11 | 5F | 42 | 32 |
| Octal | 163 | 324 | 54 | 56 | 0 | 117 | 21 | 137 | 102 | 62 |
| Binary | 1110011 | 11010100 | 101100 | 101110 | 0 | 1001111 | 10001 | 1011111 | 1000010 | 110010 |
Color Harmonies of #73D42C
Complementary color
Monochromatic Colors of #73D42C
Black with #73D42C
Text Example
Text Example
White with #73D42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D42C; }
p { color: rgb(115,212,44); }
H1.HeaderClassName
{
color: #73D42C;
}
.AnyTagClassName
{
color: #73D42C;
}
</style>
background-color css
<style>
a { background-color: #73D42C; }
a { background-color: rgb(115,212,44); }
div.DivClassName
{
background-color: #73D42C;
}
.BgClassName
{
background-color: #73D42C;
}
</style>
border-color css
<style>
span { border-color: #73D42C; }
span { border-color: rgb(115,212,44); }
td.TdClassName
{
border-color: #73D42C;
}
.TagClassName
{
border-color: #73D42C;
}
</style>