Shades of Light Green #8DF388
Tints of Light Green #8DF388
RGB
CMYK
RGB Variations
Color information
#8DF388 (or 0x8DF388) is known color: Light Green. HEX triplet: 8D, F3 and 88. RGB value is (141,243,136). Sum of RGB (Red+Green+Blue) = 141+243+136=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF388 is #720C77. Grayscale: #C8C8C8. Windows color (decimal): -7474296 or 8975245. OLE color: 8975245.
HSL color Cylindrical-coordinate representation of color #8DF388: hue angle of 117.2º degrees, saturation: 0.82, 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 #8DF388 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 136 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.05 |
| HSL | 117.2º | 0.82% | 0.74% | - |
| HSV(B) | 117.2º | 0.44% | 0.95% | - |
| XYZ | 47.48 | 71.54 | 34.6 | - |
| YUV | 200.3 | 91.71 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 136 | 0.42 | 0 | 0.44 | 0.05 | 117.2 | 0.82 | 0.74 |
| Hex | 8D | F3 | 88 | 2A | 0 | 2C | 5 | 75 | 52 | 4A |
| Octal | 215 | 363 | 210 | 52 | 0 | 54 | 5 | 165 | 122 | 112 |
| Binary | 10001101 | 11110011 | 10001000 | 101010 | 0 | 101100 | 101 | 1110101 | 1010010 | 1001010 |
Color Harmonies of #8DF388
Complementary color
Monochromatic Colors of #8DF388
Black with #8DF388
Text Example
Text Example
White with #8DF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF388; }
p { color: rgb(141,243,136); }
H1.HeaderClassName
{
color: #8DF388;
}
.AnyTagClassName
{
color: #8DF388;
}
</style>
background-color css
<style>
a { background-color: #8DF388; }
a { background-color: rgb(141,243,136); }
div.DivClassName
{
background-color: #8DF388;
}
.BgClassName
{
background-color: #8DF388;
}
</style>
border-color css
<style>
span { border-color: #8DF388; }
span { border-color: rgb(141,243,136); }
td.TdClassName
{
border-color: #8DF388;
}
.TagClassName
{
border-color: #8DF388;
}
</style>