Shades of Yellow Green #73D930
Tints of Yellow Green #73D930
RGB
CMYK
RGB Variations
Color information
#73D930 (or 0x73D930) is known color: Yellow Green. HEX triplet: 73, D9 and 30. RGB value is (115,217,48). Sum of RGB (Red+Green+Blue) = 115+217+48=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #73D930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D930 is #8C26CF. Grayscale: #A7A7A7. Windows color (decimal): -9184976 or 3201395. OLE color: 3201395.
HSL color Cylindrical-coordinate representation of color #73D930: hue angle of 96.21º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73D930 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 48 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.15 |
| HSL | 96.21º | 0.69% | 0.52% | - |
| HSV(B) | 96.21º | 0.78% | 0.85% | - |
| XYZ | 32.42 | 53.48 | 11.41 | - |
| YUV | 167.24 | 60.71 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 48 | 0.47 | 0 | 0.78 | 0.15 | 96.21 | 0.69 | 0.52 |
| Hex | 73 | D9 | 30 | 2F | 0 | 4E | F | 60 | 45 | 34 |
| Octal | 163 | 331 | 60 | 57 | 0 | 116 | 17 | 140 | 105 | 64 |
| Binary | 1110011 | 11011001 | 110000 | 101111 | 0 | 1001110 | 1111 | 1100000 | 1000101 | 110100 |
Color Harmonies of #73D930
Complementary color
Monochromatic Colors of #73D930
Black with #73D930
Text Example
Text Example
White with #73D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D930; }
p { color: rgb(115,217,48); }
H1.HeaderClassName
{
color: #73D930;
}
.AnyTagClassName
{
color: #73D930;
}
</style>
background-color css
<style>
a { background-color: #73D930; }
a { background-color: rgb(115,217,48); }
div.DivClassName
{
background-color: #73D930;
}
.BgClassName
{
background-color: #73D930;
}
</style>
border-color css
<style>
span { border-color: #73D930; }
span { border-color: rgb(115,217,48); }
td.TdClassName
{
border-color: #73D930;
}
.TagClassName
{
border-color: #73D930;
}
</style>