Shades of Light Green #8CFC73
Tints of Light Green #8CFC73
RGB
CMYK
RGB Variations
Color information
#8CFC73 (or 0x8CFC73) is known color: Light Green. HEX triplet: 8C, FC and 73. RGB value is (140,252,115). Sum of RGB (Red+Green+Blue) = 140+252+115=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFC73 is #73038C. Grayscale: #CBCBCB. Windows color (decimal): -7537549 or 7601292. OLE color: 7601292.
HSL color Cylindrical-coordinate representation of color #8CFC73: hue angle of 109.05º 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 #8CFC73 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 115 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.01 |
| HSL | 109.05º | 0.96% | 0.72% | - |
| HSV(B) | 109.05º | 0.54% | 0.99% | - |
| XYZ | 48.72 | 76.43 | 28.41 | - |
| YUV | 202.89 | 78.39 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 115 | 0.44 | 0 | 0.54 | 0.01 | 109.05 | 0.96 | 0.72 |
| Hex | 8C | FC | 73 | 2C | 0 | 36 | 1 | 6D | 60 | 48 |
| Octal | 214 | 374 | 163 | 54 | 0 | 66 | 1 | 155 | 140 | 110 |
| Binary | 10001100 | 11111100 | 1110011 | 101100 | 0 | 110110 | 1 | 1101101 | 1100000 | 1001000 |
Color Harmonies of #8CFC73
Complementary color
Monochromatic Colors of #8CFC73
Black with #8CFC73
Text Example
Text Example
White with #8CFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC73; }
p { color: rgb(140,252,115); }
H1.HeaderClassName
{
color: #8CFC73;
}
.AnyTagClassName
{
color: #8CFC73;
}
</style>
background-color css
<style>
a { background-color: #8CFC73; }
a { background-color: rgb(140,252,115); }
div.DivClassName
{
background-color: #8CFC73;
}
.BgClassName
{
background-color: #8CFC73;
}
</style>
border-color css
<style>
span { border-color: #8CFC73; }
span { border-color: rgb(140,252,115); }
td.TdClassName
{
border-color: #8CFC73;
}
.TagClassName
{
border-color: #8CFC73;
}
</style>