Shades of Light Green #8CFE7F
Tints of Light Green #8CFE7F
RGB
CMYK
RGB Variations
Color information
#8CFE7F (or 0x8CFE7F) is known color: Light Green. HEX triplet: 8C, FE and 7F. RGB value is (140,254,127). Sum of RGB (Red+Green+Blue) = 140+254+127=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFE7F is #730180. Grayscale: #CDCDCD. Windows color (decimal): -7537025 or 8388236. OLE color: 8388236.
HSL color Cylindrical-coordinate representation of color #8CFE7F: hue angle of 113.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CFE7F is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 127 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.00 |
| HSL | 113.86º | 0.98% | 0.75% | - |
| HSV(B) | 113.86º | 0.5% | 1% | - |
| XYZ | 50.09 | 77.99 | 32.49 | - |
| YUV | 205.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 127 | 0.45 | 0 | 0.50 | 0.00 | 113.86 | 0.98 | 0.75 |
| Hex | 8C | FE | 7F | 2D | 0 | 32 | 0 | 72 | 62 | 4B |
| Octal | 214 | 376 | 177 | 55 | 0 | 62 | 0 | 162 | 142 | 113 |
| Binary | 10001100 | 11111110 | 1111111 | 101101 | 0 | 110010 | 0 | 1110010 | 1100010 | 1001011 |
Color Harmonies of #8CFE7F
Complementary color
Monochromatic Colors of #8CFE7F
Black with #8CFE7F
Text Example
Text Example
White with #8CFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE7F; }
p { color: rgb(140,254,127); }
H1.HeaderClassName
{
color: #8CFE7F;
}
.AnyTagClassName
{
color: #8CFE7F;
}
</style>
background-color css
<style>
a { background-color: #8CFE7F; }
a { background-color: rgb(140,254,127); }
div.DivClassName
{
background-color: #8CFE7F;
}
.BgClassName
{
background-color: #8CFE7F;
}
</style>
border-color css
<style>
span { border-color: #8CFE7F; }
span { border-color: rgb(140,254,127); }
td.TdClassName
{
border-color: #8CFE7F;
}
.TagClassName
{
border-color: #8CFE7F;
}
</style>