Shades of Light Green #8DF288
Tints of Light Green #8DF288
RGB
CMYK
RGB Variations
Color information
#8DF288 (or 0x8DF288) is known color: Light Green. HEX triplet: 8D, F2 and 88. RGB value is (141,242,136). Sum of RGB (Red+Green+Blue) = 141+242+136=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF288 is #720D77. Grayscale: #C8C8C8. Windows color (decimal): -7474552 or 8974989. OLE color: 8974989.
HSL color Cylindrical-coordinate representation of color #8DF288: hue angle of 117.17º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DF288 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 136 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.05 |
| HSL | 117.17º | 0.8% | 0.74% | - |
| HSV(B) | 117.17º | 0.44% | 0.95% | - |
| XYZ | 47.18 | 70.94 | 34.5 | - |
| YUV | 199.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 136 | 0.42 | 0 | 0.44 | 0.05 | 117.17 | 0.8 | 0.74 |
| Hex | 8D | F2 | 88 | 2A | 0 | 2C | 5 | 75 | 50 | 4A |
| Octal | 215 | 362 | 210 | 52 | 0 | 54 | 5 | 165 | 120 | 112 |
| Binary | 10001101 | 11110010 | 10001000 | 101010 | 0 | 101100 | 101 | 1110101 | 1010000 | 1001010 |
Color Harmonies of #8DF288
Complementary color
Monochromatic Colors of #8DF288
Black with #8DF288
Text Example
Text Example
White with #8DF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF288; }
p { color: rgb(141,242,136); }
H1.HeaderClassName
{
color: #8DF288;
}
.AnyTagClassName
{
color: #8DF288;
}
</style>
background-color css
<style>
a { background-color: #8DF288; }
a { background-color: rgb(141,242,136); }
div.DivClassName
{
background-color: #8DF288;
}
.BgClassName
{
background-color: #8DF288;
}
</style>
border-color css
<style>
span { border-color: #8DF288; }
span { border-color: rgb(141,242,136); }
td.TdClassName
{
border-color: #8DF288;
}
.TagClassName
{
border-color: #8DF288;
}
</style>