Shades of Light Green #8DFF88
Tints of Light Green #8DFF88
RGB
CMYK
RGB Variations
Color information
#8DFF88 (or 0x8DFF88) is known color: Light Green. HEX triplet: 8D, FF and 88. RGB value is (141,255,136). Sum of RGB (Red+Green+Blue) = 141+255+136=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFF88 is #720077. Grayscale: #CFCFCF. Windows color (decimal): -7471224 or 8978317. OLE color: 8978317.
HSL color Cylindrical-coordinate representation of color #8DFF88: hue angle of 117.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DFF88 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 136 | - |
| CMYK | 0.45 | 0 | 0.47 | 0 |
| HSL | 117.48º | 1% | 0.77% | - |
| HSV(B) | 117.48º | 0.47% | 1% | - |
| XYZ | 51.19 | 78.96 | 35.84 | - |
| YUV | 207.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 136 | 0.45 | 0 | 0.47 | 0 | 117.48 | 1 | 0.77 |
| Hex | 8D | FF | 88 | 2D | 0 | 2F | 0 | 75 | 64 | 4D |
| Octal | 215 | 377 | 210 | 55 | 0 | 57 | 0 | 165 | 144 | 115 |
| Binary | 10001101 | 11111111 | 10001000 | 101101 | 0 | 101111 | 0 | 1110101 | 1100100 | 1001101 |
Color Harmonies of #8DFF88
Complementary color
Monochromatic Colors of #8DFF88
Black with #8DFF88
Text Example
Text Example
White with #8DFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF88; }
p { color: rgb(141,255,136); }
H1.HeaderClassName
{
color: #8DFF88;
}
.AnyTagClassName
{
color: #8DFF88;
}
</style>
background-color css
<style>
a { background-color: #8DFF88; }
a { background-color: rgb(141,255,136); }
div.DivClassName
{
background-color: #8DFF88;
}
.BgClassName
{
background-color: #8DFF88;
}
</style>
border-color css
<style>
span { border-color: #8DFF88; }
span { border-color: rgb(141,255,136); }
td.TdClassName
{
border-color: #8DFF88;
}
.TagClassName
{
border-color: #8DFF88;
}
</style>