Shades of Light Green #8CFA7D
Tints of Light Green #8CFA7D
RGB
CMYK
RGB Variations
Color information
#8CFA7D (or 0x8CFA7D) is known color: Light Green. HEX triplet: 8C, FA and 7D. RGB value is (140,250,125). Sum of RGB (Red+Green+Blue) = 140+250+125=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA7D is #730582. Grayscale: #CBCBCB. Windows color (decimal): -7538051 or 8256140. OLE color: 8256140.
HSL color Cylindrical-coordinate representation of color #8CFA7D: hue angle of 112.8º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CFA7D is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 125 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.02 |
| HSL | 112.8º | 0.93% | 0.74% | - |
| HSV(B) | 112.8º | 0.5% | 0.98% | - |
| XYZ | 48.7 | 75.43 | 31.39 | - |
| YUV | 202.86 | 84.06 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 125 | 0.44 | 0 | 0.50 | 0.02 | 112.8 | 0.93 | 0.74 |
| Hex | 8C | FA | 7D | 2C | 0 | 32 | 2 | 71 | 5D | 4A |
| Octal | 214 | 372 | 175 | 54 | 0 | 62 | 2 | 161 | 135 | 112 |
| Binary | 10001100 | 11111010 | 1111101 | 101100 | 0 | 110010 | 10 | 1110001 | 1011101 | 1001010 |
Color Harmonies of #8CFA7D
Complementary color
Monochromatic Colors of #8CFA7D
Black with #8CFA7D
Text Example
Text Example
White with #8CFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA7D; }
p { color: rgb(140,250,125); }
H1.HeaderClassName
{
color: #8CFA7D;
}
.AnyTagClassName
{
color: #8CFA7D;
}
</style>
background-color css
<style>
a { background-color: #8CFA7D; }
a { background-color: rgb(140,250,125); }
div.DivClassName
{
background-color: #8CFA7D;
}
.BgClassName
{
background-color: #8CFA7D;
}
</style>
border-color css
<style>
span { border-color: #8CFA7D; }
span { border-color: rgb(140,250,125); }
td.TdClassName
{
border-color: #8CFA7D;
}
.TagClassName
{
border-color: #8CFA7D;
}
</style>