Shades of Lawn Green #73DC22
Tints of Lawn Green #73DC22
RGB
CMYK
RGB Variations
Color information
#73DC22 (or 0x73DC22) is known color: Lawn Green. HEX triplet: 73, DC and 22. RGB value is (115,220,34). Sum of RGB (Red+Green+Blue) = 115+220+34=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DC22 is #8C23DD. Grayscale: #A8A8A8. Windows color (decimal): -9184222 or 2284659. OLE color: 2284659.
HSL color Cylindrical-coordinate representation of color #73DC22: hue angle of 93.87º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73DC22 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 34 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.14 |
| HSL | 93.87º | 0.73% | 0.5% | - |
| HSV(B) | 93.87º | 0.85% | 0.86% | - |
| XYZ | 32.95 | 54.95 | 10.38 | - |
| YUV | 167.4 | 52.71 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 34 | 0.48 | 0 | 0.85 | 0.14 | 93.87 | 0.73 | 0.5 |
| Hex | 73 | DC | 22 | 30 | 0 | 55 | E | 5E | 49 | 32 |
| Octal | 163 | 334 | 42 | 60 | 0 | 125 | 16 | 136 | 111 | 62 |
| Binary | 1110011 | 11011100 | 100010 | 110000 | 0 | 1010101 | 1110 | 1011110 | 1001001 | 110010 |
Color Harmonies of #73DC22
Complementary color
Monochromatic Colors of #73DC22
Black with #73DC22
Text Example
Text Example
White with #73DC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC22; }
p { color: rgb(115,220,34); }
H1.HeaderClassName
{
color: #73DC22;
}
.AnyTagClassName
{
color: #73DC22;
}
</style>
background-color css
<style>
a { background-color: #73DC22; }
a { background-color: rgb(115,220,34); }
div.DivClassName
{
background-color: #73DC22;
}
.BgClassName
{
background-color: #73DC22;
}
</style>
border-color css
<style>
span { border-color: #73DC22; }
span { border-color: rgb(115,220,34); }
td.TdClassName
{
border-color: #73DC22;
}
.TagClassName
{
border-color: #73DC22;
}
</style>