Shades of Light Green #8CFC7D
Tints of Light Green #8CFC7D
RGB
CMYK
RGB Variations
Color information
#8CFC7D (or 0x8CFC7D) is known color: Light Green. HEX triplet: 8C, FC and 7D. RGB value is (140,252,125). Sum of RGB (Red+Green+Blue) = 140+252+125=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFC7D is #730382. Grayscale: #CCCCCC. Windows color (decimal): -7537539 or 8256652. OLE color: 8256652.
HSL color Cylindrical-coordinate representation of color #8CFC7D: hue angle of 112.91º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CFC7D is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 125 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.01 |
| HSL | 112.91º | 0.95% | 0.74% | - |
| HSV(B) | 112.91º | 0.5% | 0.99% | - |
| XYZ | 49.33 | 76.68 | 31.6 | - |
| YUV | 204.03 | 83.39 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 125 | 0.44 | 0 | 0.50 | 0.01 | 112.91 | 0.95 | 0.74 |
| Hex | 8C | FC | 7D | 2C | 0 | 32 | 1 | 71 | 5F | 4A |
| Octal | 214 | 374 | 175 | 54 | 0 | 62 | 1 | 161 | 137 | 112 |
| Binary | 10001100 | 11111100 | 1111101 | 101100 | 0 | 110010 | 1 | 1110001 | 1011111 | 1001010 |
Color Harmonies of #8CFC7D
Complementary color
Monochromatic Colors of #8CFC7D
Black with #8CFC7D
Text Example
Text Example
White with #8CFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC7D; }
p { color: rgb(140,252,125); }
H1.HeaderClassName
{
color: #8CFC7D;
}
.AnyTagClassName
{
color: #8CFC7D;
}
</style>
background-color css
<style>
a { background-color: #8CFC7D; }
a { background-color: rgb(140,252,125); }
div.DivClassName
{
background-color: #8CFC7D;
}
.BgClassName
{
background-color: #8CFC7D;
}
</style>
border-color css
<style>
span { border-color: #8CFC7D; }
span { border-color: rgb(140,252,125); }
td.TdClassName
{
border-color: #8CFC7D;
}
.TagClassName
{
border-color: #8CFC7D;
}
</style>