Shades of Lawn Green #73F206
Tints of Lawn Green #73F206
RGB
CMYK
RGB Variations
Color information
#73F206 (or 0x73F206) is known color: Lawn Green. HEX triplet: 73, F2 and 06. RGB value is (115,242,6). Sum of RGB (Red+Green+Blue) = 115+242+6=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #73F206 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F206 is #8C0DF9. Grayscale: #B1B1B1. Windows color (decimal): -9178618 or 455283. OLE color: 455283.
HSL color Cylindrical-coordinate representation of color #73F206: hue angle of 92.29º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73F206 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 6 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.05 |
| HSL | 92.29º | 0.95% | 0.49% | - |
| HSV(B) | 92.29º | 0.98% | 0.95% | - |
| XYZ | 38.86 | 67.16 | 11.09 | - |
| YUV | 177.12 | 31.42 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 6 | 0.52 | 0 | 0.98 | 0.05 | 92.29 | 0.95 | 0.49 |
| Hex | 73 | F2 | 6 | 34 | 0 | 62 | 5 | 5C | 5F | 31 |
| Octal | 163 | 362 | 6 | 64 | 0 | 142 | 5 | 134 | 137 | 61 |
| Binary | 1110011 | 11110010 | 110 | 110100 | 0 | 1100010 | 101 | 1011100 | 1011111 | 110001 |
Color Harmonies of #73F206
Complementary color
Monochromatic Colors of #73F206
Black with #73F206
Text Example
Text Example
White with #73F206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F206; }
p { color: rgb(115,242,6); }
H1.HeaderClassName
{
color: #73F206;
}
.AnyTagClassName
{
color: #73F206;
}
</style>
background-color css
<style>
a { background-color: #73F206; }
a { background-color: rgb(115,242,6); }
div.DivClassName
{
background-color: #73F206;
}
.BgClassName
{
background-color: #73F206;
}
</style>
border-color css
<style>
span { border-color: #73F206; }
span { border-color: rgb(115,242,6); }
td.TdClassName
{
border-color: #73F206;
}
.TagClassName
{
border-color: #73F206;
}
</style>