Shades of Light Green #73FD8C
Tints of Light Green #73FD8C
RGB
CMYK
RGB Variations
Color information
#73FD8C (or 0x73FD8C) is known color: Light Green. HEX triplet: 73, FD and 8C. RGB value is (115,253,140). Sum of RGB (Red+Green+Blue) = 115+253+140=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #73FD8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FD8C is #8C0273. Grayscale: #C7C7C7. Windows color (decimal): -9175668 or 9239923. OLE color: 9239923.
HSL color Cylindrical-coordinate representation of color #73FD8C: hue angle of 130.87º 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 #73FD8C is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 140 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.01 |
| HSL | 130.87º | 0.97% | 0.72% | - |
| HSV(B) | 130.87º | 0.55% | 0.99% | - |
| XYZ | 46.93 | 75.79 | 36.97 | - |
| YUV | 198.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 140 | 0.55 | 0 | 0.45 | 0.01 | 130.87 | 0.97 | 0.72 |
| Hex | 73 | FD | 8C | 37 | 0 | 2D | 1 | 83 | 61 | 48 |
| Octal | 163 | 375 | 214 | 67 | 0 | 55 | 1 | 203 | 141 | 110 |
| Binary | 1110011 | 11111101 | 10001100 | 110111 | 0 | 101101 | 1 | 10000011 | 1100001 | 1001000 |
Color Harmonies of #73FD8C
Complementary color
Monochromatic Colors of #73FD8C
Black with #73FD8C
Text Example
Text Example
White with #73FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FD8C; }
p { color: rgb(115,253,140); }
H1.HeaderClassName
{
color: #73FD8C;
}
.AnyTagClassName
{
color: #73FD8C;
}
</style>
background-color css
<style>
a { background-color: #73FD8C; }
a { background-color: rgb(115,253,140); }
div.DivClassName
{
background-color: #73FD8C;
}
.BgClassName
{
background-color: #73FD8C;
}
</style>
border-color css
<style>
span { border-color: #73FD8C; }
span { border-color: rgb(115,253,140); }
td.TdClassName
{
border-color: #73FD8C;
}
.TagClassName
{
border-color: #73FD8C;
}
</style>