Shades of Light Green #73FDA0
Tints of Light Green #73FDA0
RGB
CMYK
RGB Variations
Color information
#73FDA0 (or 0x73FDA0) is known color: Light Green. HEX triplet: 73, FD and A0. RGB value is (115,253,160). Sum of RGB (Red+Green+Blue) = 115+253+160=528 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.78% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FDA0 is #8C025F. Grayscale: #C9C9C9. Windows color (decimal): -9175648 or 10550643. OLE color: 10550643.
HSL color Cylindrical-coordinate representation of color #73FDA0: hue angle of 139.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FDA0 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 160 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.01 |
| HSL | 139.57º | 0.97% | 0.72% | - |
| HSV(B) | 139.57º | 0.55% | 0.99% | - |
| XYZ | 48.54 | 76.43 | 45.45 | - |
| YUV | 201.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 160 | 0.55 | 0 | 0.37 | 0.01 | 139.57 | 0.97 | 0.72 |
| Hex | 73 | FD | A0 | 37 | 0 | 25 | 1 | 8C | 61 | 48 |
| Octal | 163 | 375 | 240 | 67 | 0 | 45 | 1 | 214 | 141 | 110 |
| Binary | 1110011 | 11111101 | 10100000 | 110111 | 0 | 100101 | 1 | 10001100 | 1100001 | 1001000 |
Color Harmonies of #73FDA0
Complementary color
Monochromatic Colors of #73FDA0
Black with #73FDA0
Text Example
Text Example
White with #73FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FDA0; }
p { color: rgb(115,253,160); }
H1.HeaderClassName
{
color: #73FDA0;
}
.AnyTagClassName
{
color: #73FDA0;
}
</style>
background-color css
<style>
a { background-color: #73FDA0; }
a { background-color: rgb(115,253,160); }
div.DivClassName
{
background-color: #73FDA0;
}
.BgClassName
{
background-color: #73FDA0;
}
</style>
border-color css
<style>
span { border-color: #73FDA0; }
span { border-color: rgb(115,253,160); }
td.TdClassName
{
border-color: #73FDA0;
}
.TagClassName
{
border-color: #73FDA0;
}
</style>