Shades of Light Green #73FA90
Tints of Light Green #73FA90
RGB
CMYK
RGB Variations
Color information
#73FA90 (or 0x73FA90) is known color: Light Green. HEX triplet: 73, FA and 90. RGB value is (115,250,144). Sum of RGB (Red+Green+Blue) = 115+250+144=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FA90 is #8C056F. Grayscale: #C5C5C5. Windows color (decimal): -9176432 or 9501299. OLE color: 9501299.
HSL color Cylindrical-coordinate representation of color #73FA90: hue angle of 132.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FA90 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 144 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.02 |
| HSL | 132.89º | 0.93% | 0.72% | - |
| HSV(B) | 132.89º | 0.54% | 0.98% | - |
| XYZ | 46.29 | 74.03 | 38.23 | - |
| YUV | 197.55 | 97.77 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 144 | 0.54 | 0 | 0.42 | 0.02 | 132.89 | 0.93 | 0.72 |
| Hex | 73 | FA | 90 | 36 | 0 | 2A | 2 | 85 | 5D | 48 |
| Octal | 163 | 372 | 220 | 66 | 0 | 52 | 2 | 205 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10010000 | 110110 | 0 | 101010 | 10 | 10000101 | 1011101 | 1001000 |
Color Harmonies of #73FA90
Complementary color
Monochromatic Colors of #73FA90
Black with #73FA90
Text Example
Text Example
White with #73FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA90; }
p { color: rgb(115,250,144); }
H1.HeaderClassName
{
color: #73FA90;
}
.AnyTagClassName
{
color: #73FA90;
}
</style>
background-color css
<style>
a { background-color: #73FA90; }
a { background-color: rgb(115,250,144); }
div.DivClassName
{
background-color: #73FA90;
}
.BgClassName
{
background-color: #73FA90;
}
</style>
border-color css
<style>
span { border-color: #73FA90; }
span { border-color: rgb(115,250,144); }
td.TdClassName
{
border-color: #73FA90;
}
.TagClassName
{
border-color: #73FA90;
}
</style>