Shades of Light Green #8CFF84
Tints of Light Green #8CFF84
RGB
CMYK
RGB Variations
Color information
#8CFF84 (or 0x8CFF84) is known color: Light Green. HEX triplet: 8C, FF and 84. RGB value is (140,255,132). Sum of RGB (Red+Green+Blue) = 140+255+132=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFF84 is #73007B. Grayscale: #CECECE. Windows color (decimal): -7536764 or 8716172. OLE color: 8716172.
HSL color Cylindrical-coordinate representation of color #8CFF84: hue angle of 116.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CFF84 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 132 | - |
| CMYK | 0.45 | 0 | 0.48 | 0 |
| HSL | 116.1º | 1% | 0.76% | - |
| HSV(B) | 116.1º | 0.48% | 1% | - |
| XYZ | 50.74 | 78.76 | 34.36 | - |
| YUV | 206.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 132 | 0.45 | 0 | 0.48 | 0 | 116.1 | 1 | 0.76 |
| Hex | 8C | FF | 84 | 2D | 0 | 30 | 0 | 74 | 64 | 4C |
| Octal | 214 | 377 | 204 | 55 | 0 | 60 | 0 | 164 | 144 | 114 |
| Binary | 10001100 | 11111111 | 10000100 | 101101 | 0 | 110000 | 0 | 1110100 | 1100100 | 1001100 |
Color Harmonies of #8CFF84
Complementary color
Monochromatic Colors of #8CFF84
Black with #8CFF84
Text Example
Text Example
White with #8CFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF84; }
p { color: rgb(140,255,132); }
H1.HeaderClassName
{
color: #8CFF84;
}
.AnyTagClassName
{
color: #8CFF84;
}
</style>
background-color css
<style>
a { background-color: #8CFF84; }
a { background-color: rgb(140,255,132); }
div.DivClassName
{
background-color: #8CFF84;
}
.BgClassName
{
background-color: #8CFF84;
}
</style>
border-color css
<style>
span { border-color: #8CFF84; }
span { border-color: rgb(140,255,132); }
td.TdClassName
{
border-color: #8CFF84;
}
.TagClassName
{
border-color: #8CFF84;
}
</style>