Shades of Light Green #73FF95
Tints of Light Green #73FF95
RGB
CMYK
RGB Variations
Color information
#73FF95 (or 0x73FF95) is known color: Light Green. HEX triplet: 73, FF and 95. RGB value is (115,255,149). Sum of RGB (Red+Green+Blue) = 115+255+149=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FF95 is #8C006A. Grayscale: #C9C9C9. Windows color (decimal): -9175147 or 9830259. OLE color: 9830259.
HSL color Cylindrical-coordinate representation of color #73FF95: hue angle of 134.57º 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 #73FF95 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 149 | - |
| CMYK | 0.55 | 0 | 0.42 | 0 |
| HSL | 134.57º | 1% | 0.73% | - |
| HSV(B) | 134.57º | 0.55% | 1% | - |
| XYZ | 48.26 | 77.33 | 40.82 | - |
| YUV | 201.06 | 98.62 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 149 | 0.55 | 0 | 0.42 | 0 | 134.57 | 1 | 0.73 |
| Hex | 73 | FF | 95 | 37 | 0 | 2A | 0 | 87 | 64 | 49 |
| Octal | 163 | 377 | 225 | 67 | 0 | 52 | 0 | 207 | 144 | 111 |
| Binary | 1110011 | 11111111 | 10010101 | 110111 | 0 | 101010 | 0 | 10000111 | 1100100 | 1001001 |
Color Harmonies of #73FF95
Complementary color
Monochromatic Colors of #73FF95
Black with #73FF95
Text Example
Text Example
White with #73FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF95; }
p { color: rgb(115,255,149); }
H1.HeaderClassName
{
color: #73FF95;
}
.AnyTagClassName
{
color: #73FF95;
}
</style>
background-color css
<style>
a { background-color: #73FF95; }
a { background-color: rgb(115,255,149); }
div.DivClassName
{
background-color: #73FF95;
}
.BgClassName
{
background-color: #73FF95;
}
</style>
border-color css
<style>
span { border-color: #73FF95; }
span { border-color: rgb(115,255,149); }
td.TdClassName
{
border-color: #73FF95;
}
.TagClassName
{
border-color: #73FF95;
}
</style>