Shades of Light Green #8CFF71
Tints of Light Green #8CFF71
RGB
CMYK
RGB Variations
Color information
#8CFF71 (or 0x8CFF71) is known color: Light Green. HEX triplet: 8C, FF and 71. RGB value is (140,255,113). Sum of RGB (Red+Green+Blue) = 140+255+113=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF71 is #73008E. Grayscale: #CCCCCC. Windows color (decimal): -7536783 or 7470988. OLE color: 7470988.
HSL color Cylindrical-coordinate representation of color #8CFF71: hue angle of 108.59º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CFF71 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 113 | - |
| CMYK | 0.45 | 0 | 0.56 | 0 |
| HSL | 108.59º | 1% | 0.72% | - |
| HSV(B) | 108.59º | 0.56% | 1% | - |
| XYZ | 49.56 | 78.29 | 28.12 | - |
| YUV | 204.43 | 76.4 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 113 | 0.45 | 0 | 0.56 | 0 | 108.59 | 1 | 0.72 |
| Hex | 8C | FF | 71 | 2D | 0 | 38 | 0 | 6D | 64 | 48 |
| Octal | 214 | 377 | 161 | 55 | 0 | 70 | 0 | 155 | 144 | 110 |
| Binary | 10001100 | 11111111 | 1110001 | 101101 | 0 | 111000 | 0 | 1101101 | 1100100 | 1001000 |
Color Harmonies of #8CFF71
Complementary color
Monochromatic Colors of #8CFF71
Black with #8CFF71
Text Example
Text Example
White with #8CFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF71; }
p { color: rgb(140,255,113); }
H1.HeaderClassName
{
color: #8CFF71;
}
.AnyTagClassName
{
color: #8CFF71;
}
</style>
background-color css
<style>
a { background-color: #8CFF71; }
a { background-color: rgb(140,255,113); }
div.DivClassName
{
background-color: #8CFF71;
}
.BgClassName
{
background-color: #8CFF71;
}
</style>
border-color css
<style>
span { border-color: #8CFF71; }
span { border-color: rgb(140,255,113); }
td.TdClassName
{
border-color: #8CFF71;
}
.TagClassName
{
border-color: #8CFF71;
}
</style>