Shades of Light Green #73FF96
Tints of Light Green #73FF96
RGB
CMYK
RGB Variations
Color information
#73FF96 (or 0x73FF96) is known color: Light Green. HEX triplet: 73, FF and 96. RGB value is (115,255,150). Sum of RGB (Red+Green+Blue) = 115+255+150=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FF96 is #8C0069. Grayscale: #C9C9C9. Windows color (decimal): -9175146 or 9895795. OLE color: 9895795.
HSL color Cylindrical-coordinate representation of color #73FF96: hue angle of 135º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FF96 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 150 | - |
| CMYK | 0.55 | 0 | 0.41 | 0 |
| HSL | 135º | 1% | 0.73% | - |
| HSV(B) | 135º | 0.55% | 1% | - |
| XYZ | 48.34 | 77.37 | 41.24 | - |
| YUV | 201.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 150 | 0.55 | 0 | 0.41 | 0 | 135 | 1 | 0.73 |
| Hex | 73 | FF | 96 | 37 | 0 | 29 | 0 | 87 | 64 | 49 |
| Octal | 163 | 377 | 226 | 67 | 0 | 51 | 0 | 207 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10010110 | 110111 | 0 | 101001 | 0 | 10000111 | 1100100 | 1001001 |
Color Harmonies of #73FF96
Complementary color
Monochromatic Colors of #73FF96
Black with #73FF96
Text Example
Text Example
White with #73FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF96; }
p { color: rgb(115,255,150); }
H1.HeaderClassName
{
color: #73FF96;
}
.AnyTagClassName
{
color: #73FF96;
}
</style>
background-color css
<style>
a { background-color: #73FF96; }
a { background-color: rgb(115,255,150); }
div.DivClassName
{
background-color: #73FF96;
}
.BgClassName
{
background-color: #73FF96;
}
</style>
border-color css
<style>
span { border-color: #73FF96; }
span { border-color: rgb(115,255,150); }
td.TdClassName
{
border-color: #73FF96;
}
.TagClassName
{
border-color: #73FF96;
}
</style>