Shades of Light Green #8CFF6F
Tints of Light Green #8CFF6F
RGB
CMYK
RGB Variations
Color information
#8CFF6F (or 0x8CFF6F) is known color: Light Green. HEX triplet: 8C, FF and 6F. RGB value is (140,255,111). Sum of RGB (Red+Green+Blue) = 140+255+111=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF6F is #730090. Grayscale: #CCCCCC. Windows color (decimal): -7536785 or 7339916. OLE color: 7339916.
HSL color Cylindrical-coordinate representation of color #8CFF6F: hue angle of 107.92º 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 #8CFF6F is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 111 | - |
| CMYK | 0.45 | 0 | 0.56 | 0 |
| HSL | 107.92º | 1% | 0.72% | - |
| HSV(B) | 107.92º | 0.56% | 1% | - |
| XYZ | 49.44 | 78.24 | 27.54 | - |
| YUV | 204.2 | 75.4 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 111 | 0.45 | 0 | 0.56 | 0 | 107.92 | 1 | 0.72 |
| Hex | 8C | FF | 6F | 2D | 0 | 38 | 0 | 6C | 64 | 48 |
| Octal | 214 | 377 | 157 | 55 | 0 | 70 | 0 | 154 | 144 | 110 |
| Binary | 10001100 | 11111111 | 1101111 | 101101 | 0 | 111000 | 0 | 1101100 | 1100100 | 1001000 |
Color Harmonies of #8CFF6F
Complementary color
Monochromatic Colors of #8CFF6F
Black with #8CFF6F
Text Example
Text Example
White with #8CFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF6F; }
p { color: rgb(140,255,111); }
H1.HeaderClassName
{
color: #8CFF6F;
}
.AnyTagClassName
{
color: #8CFF6F;
}
</style>
background-color css
<style>
a { background-color: #8CFF6F; }
a { background-color: rgb(140,255,111); }
div.DivClassName
{
background-color: #8CFF6F;
}
.BgClassName
{
background-color: #8CFF6F;
}
</style>
border-color css
<style>
span { border-color: #8CFF6F; }
span { border-color: rgb(140,255,111); }
td.TdClassName
{
border-color: #8CFF6F;
}
.TagClassName
{
border-color: #8CFF6F;
}
</style>