Shades of Light Green #73FBA4
Tints of Light Green #73FBA4
RGB
CMYK
RGB Variations
Color information
#73FBA4 (or 0x73FBA4) is known color: Light Green. HEX triplet: 73, FB and A4. RGB value is (115,251,164). Sum of RGB (Red+Green+Blue) = 115+251+164=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FBA4 is #8C045B. Grayscale: #C8C8C8. Windows color (decimal): -9176156 or 10812275. OLE color: 10812275.
HSL color Cylindrical-coordinate representation of color #73FBA4: hue angle of 141.62º degrees, saturation: 0.94, 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 #73FBA4 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 164 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.02 |
| HSL | 141.62º | 0.94% | 0.72% | - |
| HSV(B) | 141.62º | 0.54% | 0.98% | - |
| XYZ | 48.27 | 75.32 | 47.12 | - |
| YUV | 200.42 | 107.44 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 164 | 0.54 | 0 | 0.35 | 0.02 | 141.62 | 0.94 | 0.72 |
| Hex | 73 | FB | A4 | 36 | 0 | 23 | 2 | 8E | 5E | 48 |
| Octal | 163 | 373 | 244 | 66 | 0 | 43 | 2 | 216 | 136 | 110 |
| Binary | 1110011 | 11111011 | 10100100 | 110110 | 0 | 100011 | 10 | 10001110 | 1011110 | 1001000 |
Color Harmonies of #73FBA4
Complementary color
Monochromatic Colors of #73FBA4
Black with #73FBA4
Text Example
Text Example
White with #73FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBA4; }
p { color: rgb(115,251,164); }
H1.HeaderClassName
{
color: #73FBA4;
}
.AnyTagClassName
{
color: #73FBA4;
}
</style>
background-color css
<style>
a { background-color: #73FBA4; }
a { background-color: rgb(115,251,164); }
div.DivClassName
{
background-color: #73FBA4;
}
.BgClassName
{
background-color: #73FBA4;
}
</style>
border-color css
<style>
span { border-color: #73FBA4; }
span { border-color: rgb(115,251,164); }
td.TdClassName
{
border-color: #73FBA4;
}
.TagClassName
{
border-color: #73FBA4;
}
</style>