Shades of Yellow Green #73DA25
Tints of Yellow Green #73DA25
RGB
CMYK
RGB Variations
Color information
#73DA25 (or 0x73DA25) is known color: Yellow Green. HEX triplet: 73, DA and 25. RGB value is (115,218,37). Sum of RGB (Red+Green+Blue) = 115+218+37=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DA25 is #8C25DA. Grayscale: #A7A7A7. Windows color (decimal): -9184731 or 2480755. OLE color: 2480755.
HSL color Cylindrical-coordinate representation of color #73DA25: hue angle of 94.14º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73DA25 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 37 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.15 |
| HSL | 94.14º | 0.71% | 0.5% | - |
| HSV(B) | 94.14º | 0.83% | 0.85% | - |
| XYZ | 32.48 | 53.92 | 10.45 | - |
| YUV | 166.57 | 54.88 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 37 | 0.47 | 0 | 0.83 | 0.15 | 94.14 | 0.71 | 0.5 |
| Hex | 73 | DA | 25 | 2F | 0 | 53 | F | 5E | 47 | 32 |
| Octal | 163 | 332 | 45 | 57 | 0 | 123 | 17 | 136 | 107 | 62 |
| Binary | 1110011 | 11011010 | 100101 | 101111 | 0 | 1010011 | 1111 | 1011110 | 1000111 | 110010 |
Color Harmonies of #73DA25
Complementary color
Monochromatic Colors of #73DA25
Black with #73DA25
Text Example
Text Example
White with #73DA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA25; }
p { color: rgb(115,218,37); }
H1.HeaderClassName
{
color: #73DA25;
}
.AnyTagClassName
{
color: #73DA25;
}
</style>
background-color css
<style>
a { background-color: #73DA25; }
a { background-color: rgb(115,218,37); }
div.DivClassName
{
background-color: #73DA25;
}
.BgClassName
{
background-color: #73DA25;
}
</style>
border-color css
<style>
span { border-color: #73DA25; }
span { border-color: rgb(115,218,37); }
td.TdClassName
{
border-color: #73DA25;
}
.TagClassName
{
border-color: #73DA25;
}
</style>