Shades of Light Green #73FC8C
Tints of Light Green #73FC8C
RGB
CMYK
RGB Variations
Color information
#73FC8C (or 0x73FC8C) is known color: Light Green. HEX triplet: 73, FC and 8C. RGB value is (115,252,140). Sum of RGB (Red+Green+Blue) = 115+252+140=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FC8C is #8C0373. Grayscale: #C6C6C6. Windows color (decimal): -9175924 or 9239667. OLE color: 9239667.
HSL color Cylindrical-coordinate representation of color #73FC8C: hue angle of 130.95º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FC8C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 140 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.01 |
| HSL | 130.95º | 0.96% | 0.72% | - |
| HSV(B) | 130.95º | 0.54% | 0.99% | - |
| XYZ | 46.61 | 75.16 | 36.86 | - |
| YUV | 198.27 | 95.11 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 140 | 0.54 | 0 | 0.44 | 0.01 | 130.95 | 0.96 | 0.72 |
| Hex | 73 | FC | 8C | 36 | 0 | 2C | 1 | 83 | 60 | 48 |
| Octal | 163 | 374 | 214 | 66 | 0 | 54 | 1 | 203 | 140 | 110 |
| Binary | 1110011 | 11111100 | 10001100 | 110110 | 0 | 101100 | 1 | 10000011 | 1100000 | 1001000 |
Color Harmonies of #73FC8C
Complementary color
Monochromatic Colors of #73FC8C
Black with #73FC8C
Text Example
Text Example
White with #73FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC8C; }
p { color: rgb(115,252,140); }
H1.HeaderClassName
{
color: #73FC8C;
}
.AnyTagClassName
{
color: #73FC8C;
}
</style>
background-color css
<style>
a { background-color: #73FC8C; }
a { background-color: rgb(115,252,140); }
div.DivClassName
{
background-color: #73FC8C;
}
.BgClassName
{
background-color: #73FC8C;
}
</style>
border-color css
<style>
span { border-color: #73FC8C; }
span { border-color: rgb(115,252,140); }
td.TdClassName
{
border-color: #73FC8C;
}
.TagClassName
{
border-color: #73FC8C;
}
</style>