Shades of Light Green #8CFD8C
Tints of Light Green #8CFD8C
RGB
CMYK
RGB Variations
Color information
#8CFD8C (or 0x8CFD8C) is known color: Light Green. HEX triplet: 8C, FD and 8C. RGB value is (140,253,140). Sum of RGB (Red+Green+Blue) = 140+253+140=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFD8C is #730273. Grayscale: #CECECE. Windows color (decimal): -7537268 or 9239948. OLE color: 9239948.
HSL color Cylindrical-coordinate representation of color #8CFD8C: hue angle of 120º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFD8C is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 140 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.01 |
| HSL | 120º | 0.97% | 0.77% | - |
| HSV(B) | 120º | 0.45% | 0.99% | - |
| XYZ | 50.67 | 77.72 | 37.14 | - |
| YUV | 206.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 140 | 0.45 | 0 | 0.45 | 0.01 | 120 | 0.97 | 0.77 |
| Hex | 8C | FD | 8C | 2D | 0 | 2D | 1 | 78 | 61 | 4D |
| Octal | 214 | 375 | 214 | 55 | 0 | 55 | 1 | 170 | 141 | 115 |
| Binary | 10001100 | 11111101 | 10001100 | 101101 | 0 | 101101 | 1 | 1111000 | 1100001 | 1001101 |
Color Harmonies of #8CFD8C
Complementary color
Monochromatic Colors of #8CFD8C
Black with #8CFD8C
Text Example
Text Example
White with #8CFD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD8C; }
p { color: rgb(140,253,140); }
H1.HeaderClassName
{
color: #8CFD8C;
}
.AnyTagClassName
{
color: #8CFD8C;
}
</style>
background-color css
<style>
a { background-color: #8CFD8C; }
a { background-color: rgb(140,253,140); }
div.DivClassName
{
background-color: #8CFD8C;
}
.BgClassName
{
background-color: #8CFD8C;
}
</style>
border-color css
<style>
span { border-color: #8CFD8C; }
span { border-color: rgb(140,253,140); }
td.TdClassName
{
border-color: #8CFD8C;
}
.TagClassName
{
border-color: #8CFD8C;
}
</style>