Shades of Yellow Green #73DC2B
Tints of Yellow Green #73DC2B
RGB
CMYK
RGB Variations
Color information
#73DC2B (or 0x73DC2B) is known color: Yellow Green. HEX triplet: 73, DC and 2B. RGB value is (115,220,43). Sum of RGB (Red+Green+Blue) = 115+220+43=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DC2B is #8C23D4. Grayscale: #A9A9A9. Windows color (decimal): -9184213 or 2874483. OLE color: 2874483.
HSL color Cylindrical-coordinate representation of color #73DC2B: hue angle of 95.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73DC2B is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 43 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.14 |
| HSL | 95.59º | 0.72% | 0.52% | - |
| HSV(B) | 95.59º | 0.8% | 0.86% | - |
| XYZ | 33.1 | 55.01 | 11.16 | - |
| YUV | 168.43 | 57.21 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 43 | 0.48 | 0 | 0.80 | 0.14 | 95.59 | 0.72 | 0.52 |
| Hex | 73 | DC | 2B | 30 | 0 | 50 | E | 60 | 48 | 34 |
| Octal | 163 | 334 | 53 | 60 | 0 | 120 | 16 | 140 | 110 | 64 |
| Binary | 1110011 | 11011100 | 101011 | 110000 | 0 | 1010000 | 1110 | 1100000 | 1001000 | 110100 |
Color Harmonies of #73DC2B
Complementary color
Monochromatic Colors of #73DC2B
Black with #73DC2B
Text Example
Text Example
White with #73DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC2B; }
p { color: rgb(115,220,43); }
H1.HeaderClassName
{
color: #73DC2B;
}
.AnyTagClassName
{
color: #73DC2B;
}
</style>
background-color css
<style>
a { background-color: #73DC2B; }
a { background-color: rgb(115,220,43); }
div.DivClassName
{
background-color: #73DC2B;
}
.BgClassName
{
background-color: #73DC2B;
}
</style>
border-color css
<style>
span { border-color: #73DC2B; }
span { border-color: rgb(115,220,43); }
td.TdClassName
{
border-color: #73DC2B;
}
.TagClassName
{
border-color: #73DC2B;
}
</style>