Shades of Light Green #8CFC8C
Tints of Light Green #8CFC8C
RGB
CMYK
RGB Variations
Color information
#8CFC8C (or 0x8CFC8C) is known color: Light Green. HEX triplet: 8C, FC and 8C. RGB value is (140,252,140). Sum of RGB (Red+Green+Blue) = 140+252+140=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFC8C is #730373. Grayscale: #CECECE. Windows color (decimal): -7537524 or 9239692. OLE color: 9239692.
HSL color Cylindrical-coordinate representation of color #8CFC8C: hue angle of 120º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFC8C is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 140 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.01 |
| HSL | 120º | 0.95% | 0.77% | - |
| HSV(B) | 120º | 0.44% | 0.99% | - |
| XYZ | 50.36 | 77.09 | 37.04 | - |
| YUV | 205.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 140 | 0.44 | 0 | 0.44 | 0.01 | 120 | 0.95 | 0.77 |
| Hex | 8C | FC | 8C | 2C | 0 | 2C | 1 | 78 | 5F | 4D |
| Octal | 214 | 374 | 214 | 54 | 0 | 54 | 1 | 170 | 137 | 115 |
| Binary | 10001100 | 11111100 | 10001100 | 101100 | 0 | 101100 | 1 | 1111000 | 1011111 | 1001101 |
Color Harmonies of #8CFC8C
Complementary color
Monochromatic Colors of #8CFC8C
Black with #8CFC8C
Text Example
Text Example
White with #8CFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC8C; }
p { color: rgb(140,252,140); }
H1.HeaderClassName
{
color: #8CFC8C;
}
.AnyTagClassName
{
color: #8CFC8C;
}
</style>
background-color css
<style>
a { background-color: #8CFC8C; }
a { background-color: rgb(140,252,140); }
div.DivClassName
{
background-color: #8CFC8C;
}
.BgClassName
{
background-color: #8CFC8C;
}
</style>
border-color css
<style>
span { border-color: #8CFC8C; }
span { border-color: rgb(140,252,140); }
td.TdClassName
{
border-color: #8CFC8C;
}
.TagClassName
{
border-color: #8CFC8C;
}
</style>