Shades of Light Green #73FBA1
Tints of Light Green #73FBA1
RGB
CMYK
RGB Variations
Color information
#73FBA1 (or 0x73FBA1) is known color: Light Green. HEX triplet: 73, FB and A1. RGB value is (115,251,161). Sum of RGB (Red+Green+Blue) = 115+251+161=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FBA1 is #8C045E. Grayscale: #C8C8C8. Windows color (decimal): -9176159 or 10615667. OLE color: 10615667.
HSL color Cylindrical-coordinate representation of color #73FBA1: hue angle of 140.29º 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 #73FBA1 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 161 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.02 |
| HSL | 140.29º | 0.94% | 0.72% | - |
| HSV(B) | 140.29º | 0.54% | 0.98% | - |
| XYZ | 48 | 75.21 | 45.71 | - |
| YUV | 200.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 161 | 0.54 | 0 | 0.36 | 0.02 | 140.29 | 0.94 | 0.72 |
| Hex | 73 | FB | A1 | 36 | 0 | 24 | 2 | 8C | 5E | 48 |
| Octal | 163 | 373 | 241 | 66 | 0 | 44 | 2 | 214 | 136 | 110 |
| Binary | 1110011 | 11111011 | 10100001 | 110110 | 0 | 100100 | 10 | 10001100 | 1011110 | 1001000 |
Color Harmonies of #73FBA1
Complementary color
Monochromatic Colors of #73FBA1
Black with #73FBA1
Text Example
Text Example
White with #73FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBA1; }
p { color: rgb(115,251,161); }
H1.HeaderClassName
{
color: #73FBA1;
}
.AnyTagClassName
{
color: #73FBA1;
}
</style>
background-color css
<style>
a { background-color: #73FBA1; }
a { background-color: rgb(115,251,161); }
div.DivClassName
{
background-color: #73FBA1;
}
.BgClassName
{
background-color: #73FBA1;
}
</style>
border-color css
<style>
span { border-color: #73FBA1; }
span { border-color: rgb(115,251,161); }
td.TdClassName
{
border-color: #73FBA1;
}
.TagClassName
{
border-color: #73FBA1;
}
</style>