Shades of Light Green #73FC8F
Tints of Light Green #73FC8F
RGB
CMYK
RGB Variations
Color information
#73FC8F (or 0x73FC8F) is known color: Light Green. HEX triplet: 73, FC and 8F. RGB value is (115,252,143). Sum of RGB (Red+Green+Blue) = 115+252+143=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FC8F is #8C0370. Grayscale: #C6C6C6. Windows color (decimal): -9175921 or 9436275. OLE color: 9436275.
HSL color Cylindrical-coordinate representation of color #73FC8F: hue angle of 132.26º 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 #73FC8F is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 143 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.01 |
| HSL | 132.26º | 0.96% | 0.72% | - |
| HSV(B) | 132.26º | 0.54% | 0.99% | - |
| XYZ | 46.84 | 75.25 | 38.04 | - |
| YUV | 198.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 143 | 0.54 | 0 | 0.43 | 0.01 | 132.26 | 0.96 | 0.72 |
| Hex | 73 | FC | 8F | 36 | 0 | 2B | 1 | 84 | 60 | 48 |
| Octal | 163 | 374 | 217 | 66 | 0 | 53 | 1 | 204 | 140 | 110 |
| Binary | 1110011 | 11111100 | 10001111 | 110110 | 0 | 101011 | 1 | 10000100 | 1100000 | 1001000 |
Color Harmonies of #73FC8F
Complementary color
Monochromatic Colors of #73FC8F
Black with #73FC8F
Text Example
Text Example
White with #73FC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC8F; }
p { color: rgb(115,252,143); }
H1.HeaderClassName
{
color: #73FC8F;
}
.AnyTagClassName
{
color: #73FC8F;
}
</style>
background-color css
<style>
a { background-color: #73FC8F; }
a { background-color: rgb(115,252,143); }
div.DivClassName
{
background-color: #73FC8F;
}
.BgClassName
{
background-color: #73FC8F;
}
</style>
border-color css
<style>
span { border-color: #73FC8F; }
span { border-color: rgb(115,252,143); }
td.TdClassName
{
border-color: #73FC8F;
}
.TagClassName
{
border-color: #73FC8F;
}
</style>