Shades of Light Green #8CFF7D
Tints of Light Green #8CFF7D
RGB
CMYK
RGB Variations
Color information
#8CFF7D (or 0x8CFF7D) is known color: Light Green. HEX triplet: 8C, FF and 7D. RGB value is (140,255,125). Sum of RGB (Red+Green+Blue) = 140+255+125=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF7D is #730082. Grayscale: #CECECE. Windows color (decimal): -7536771 or 8257420. OLE color: 8257420.
HSL color Cylindrical-coordinate representation of color #8CFF7D: hue angle of 113.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CFF7D is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 125 | - |
| CMYK | 0.45 | 0 | 0.51 | 0 |
| HSL | 113.08º | 1% | 0.75% | - |
| HSV(B) | 113.08º | 0.51% | 1% | - |
| XYZ | 50.28 | 78.58 | 31.92 | - |
| YUV | 205.8 | 82.4 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 125 | 0.45 | 0 | 0.51 | 0 | 113.08 | 1 | 0.75 |
| Hex | 8C | FF | 7D | 2D | 0 | 33 | 0 | 71 | 64 | 4B |
| Octal | 214 | 377 | 175 | 55 | 0 | 63 | 0 | 161 | 144 | 113 |
| Binary | 10001100 | 11111111 | 1111101 | 101101 | 0 | 110011 | 0 | 1110001 | 1100100 | 1001011 |
Color Harmonies of #8CFF7D
Complementary color
Monochromatic Colors of #8CFF7D
Black with #8CFF7D
Text Example
Text Example
White with #8CFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF7D; }
p { color: rgb(140,255,125); }
H1.HeaderClassName
{
color: #8CFF7D;
}
.AnyTagClassName
{
color: #8CFF7D;
}
</style>
background-color css
<style>
a { background-color: #8CFF7D; }
a { background-color: rgb(140,255,125); }
div.DivClassName
{
background-color: #8CFF7D;
}
.BgClassName
{
background-color: #8CFF7D;
}
</style>
border-color css
<style>
span { border-color: #8CFF7D; }
span { border-color: rgb(140,255,125); }
td.TdClassName
{
border-color: #8CFF7D;
}
.TagClassName
{
border-color: #8CFF7D;
}
</style>