Shades of Light Green #73FAA4
Tints of Light Green #73FAA4
RGB
CMYK
RGB Variations
Color information
#73FAA4 (or 0x73FAA4) is known color: Light Green. HEX triplet: 73, FA and A4. RGB value is (115,250,164). Sum of RGB (Red+Green+Blue) = 115+250+164=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAA4 is #8C055B. Grayscale: #C8C8C8. Windows color (decimal): -9176412 or 10812019. OLE color: 10812019.
HSL color Cylindrical-coordinate representation of color #73FAA4: hue angle of 141.78º 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 #73FAA4 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 164 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.02 |
| HSL | 141.78º | 0.93% | 0.72% | - |
| HSV(B) | 141.78º | 0.54% | 0.98% | - |
| XYZ | 47.96 | 74.7 | 47.01 | - |
| YUV | 199.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 164 | 0.54 | 0 | 0.34 | 0.02 | 141.78 | 0.93 | 0.72 |
| Hex | 73 | FA | A4 | 36 | 0 | 22 | 2 | 8E | 5D | 48 |
| Octal | 163 | 372 | 244 | 66 | 0 | 42 | 2 | 216 | 135 | 110 |
| Binary | 1110011 | 11111010 | 10100100 | 110110 | 0 | 100010 | 10 | 10001110 | 1011101 | 1001000 |
Color Harmonies of #73FAA4
Complementary color
Monochromatic Colors of #73FAA4
Black with #73FAA4
Text Example
Text Example
White with #73FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAA4; }
p { color: rgb(115,250,164); }
H1.HeaderClassName
{
color: #73FAA4;
}
.AnyTagClassName
{
color: #73FAA4;
}
</style>
background-color css
<style>
a { background-color: #73FAA4; }
a { background-color: rgb(115,250,164); }
div.DivClassName
{
background-color: #73FAA4;
}
.BgClassName
{
background-color: #73FAA4;
}
</style>
border-color css
<style>
span { border-color: #73FAA4; }
span { border-color: rgb(115,250,164); }
td.TdClassName
{
border-color: #73FAA4;
}
.TagClassName
{
border-color: #73FAA4;
}
</style>