Shades of Yellow Green #73D52A
Tints of Yellow Green #73D52A
RGB
CMYK
RGB Variations
Color information
#73D52A (or 0x73D52A) is known color: Yellow Green. HEX triplet: 73, D5 and 2A. RGB value is (115,213,42). Sum of RGB (Red+Green+Blue) = 115+213+42=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #73D52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D52A is #8C2AD5. Grayscale: #A4A4A4. Windows color (decimal): -9186006 or 2807155. OLE color: 2807155.
HSL color Cylindrical-coordinate representation of color #73D52A: hue angle of 94.39º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73D52A is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 42 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.16 |
| HSL | 94.39º | 0.67% | 0.5% | - |
| HSV(B) | 94.39º | 0.8% | 0.84% | - |
| XYZ | 31.28 | 51.4 | 10.46 | - |
| YUV | 164.2 | 59.03 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 42 | 0.46 | 0 | 0.80 | 0.16 | 94.39 | 0.67 | 0.5 |
| Hex | 73 | D5 | 2A | 2E | 0 | 50 | 10 | 5E | 43 | 32 |
| Octal | 163 | 325 | 52 | 56 | 0 | 120 | 20 | 136 | 103 | 62 |
| Binary | 1110011 | 11010101 | 101010 | 101110 | 0 | 1010000 | 10000 | 1011110 | 1000011 | 110010 |
Color Harmonies of #73D52A
Complementary color
Monochromatic Colors of #73D52A
Black with #73D52A
Text Example
Text Example
White with #73D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D52A; }
p { color: rgb(115,213,42); }
H1.HeaderClassName
{
color: #73D52A;
}
.AnyTagClassName
{
color: #73D52A;
}
</style>
background-color css
<style>
a { background-color: #73D52A; }
a { background-color: rgb(115,213,42); }
div.DivClassName
{
background-color: #73D52A;
}
.BgClassName
{
background-color: #73D52A;
}
</style>
border-color css
<style>
span { border-color: #73D52A; }
span { border-color: rgb(115,213,42); }
td.TdClassName
{
border-color: #73D52A;
}
.TagClassName
{
border-color: #73D52A;
}
</style>