Shades of Lawn Green #73F021
Tints of Lawn Green #73F021
RGB
CMYK
RGB Variations
Color information
#73F021 (or 0x73F021) is known color: Lawn Green. HEX triplet: 73, F0 and 21. RGB value is (115,240,33). Sum of RGB (Red+Green+Blue) = 115+240+33=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #73F021 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F021 is #8C0FDE. Grayscale: #B3B3B3. Windows color (decimal): -9179103 or 2224243. OLE color: 2224243.
HSL color Cylindrical-coordinate representation of color #73F021: hue angle of 96.23º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73F021 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 33 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.06 |
| HSL | 96.23º | 0.87% | 0.54% | - |
| HSV(B) | 96.23º | 0.86% | 0.94% | - |
| XYZ | 38.5 | 66.07 | 12.16 | - |
| YUV | 179.03 | 45.59 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 33 | 0.52 | 0 | 0.86 | 0.06 | 96.23 | 0.87 | 0.54 |
| Hex | 73 | F0 | 21 | 34 | 0 | 56 | 6 | 60 | 57 | 36 |
| Octal | 163 | 360 | 41 | 64 | 0 | 126 | 6 | 140 | 127 | 66 |
| Binary | 1110011 | 11110000 | 100001 | 110100 | 0 | 1010110 | 110 | 1100000 | 1010111 | 110110 |
Color Harmonies of #73F021
Complementary color
Monochromatic Colors of #73F021
Black with #73F021
Text Example
Text Example
White with #73F021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F021; }
p { color: rgb(115,240,33); }
H1.HeaderClassName
{
color: #73F021;
}
.AnyTagClassName
{
color: #73F021;
}
</style>
background-color css
<style>
a { background-color: #73F021; }
a { background-color: rgb(115,240,33); }
div.DivClassName
{
background-color: #73F021;
}
.BgClassName
{
background-color: #73F021;
}
</style>
border-color css
<style>
span { border-color: #73F021; }
span { border-color: rgb(115,240,33); }
td.TdClassName
{
border-color: #73F021;
}
.TagClassName
{
border-color: #73F021;
}
</style>