Shades of Yellow Green #73DC32
Tints of Yellow Green #73DC32
RGB
CMYK
RGB Variations
Color information
#73DC32 (or 0x73DC32) is known color: Yellow Green. HEX triplet: 73, DC and 32. RGB value is (115,220,50). Sum of RGB (Red+Green+Blue) = 115+220+50=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DC32 is #8C23CD. Grayscale: #A9A9A9. Windows color (decimal): -9184206 or 3333235. OLE color: 3333235.
HSL color Cylindrical-coordinate representation of color #73DC32: hue angle of 97.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73DC32 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 50 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.14 |
| HSL | 97.06º | 0.71% | 0.53% | - |
| HSV(B) | 97.06º | 0.77% | 0.86% | - |
| XYZ | 33.24 | 55.06 | 11.89 | - |
| YUV | 169.23 | 60.71 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 50 | 0.48 | 0 | 0.77 | 0.14 | 97.06 | 0.71 | 0.53 |
| Hex | 73 | DC | 32 | 30 | 0 | 4D | E | 61 | 47 | 35 |
| Octal | 163 | 334 | 62 | 60 | 0 | 115 | 16 | 141 | 107 | 65 |
| Binary | 1110011 | 11011100 | 110010 | 110000 | 0 | 1001101 | 1110 | 1100001 | 1000111 | 110101 |
Color Harmonies of #73DC32
Complementary color
Monochromatic Colors of #73DC32
Black with #73DC32
Text Example
Text Example
White with #73DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC32; }
p { color: rgb(115,220,50); }
H1.HeaderClassName
{
color: #73DC32;
}
.AnyTagClassName
{
color: #73DC32;
}
</style>
background-color css
<style>
a { background-color: #73DC32; }
a { background-color: rgb(115,220,50); }
div.DivClassName
{
background-color: #73DC32;
}
.BgClassName
{
background-color: #73DC32;
}
</style>
border-color css
<style>
span { border-color: #73DC32; }
span { border-color: rgb(115,220,50); }
td.TdClassName
{
border-color: #73DC32;
}
.TagClassName
{
border-color: #73DC32;
}
</style>