Shades of Light Green #8DF08B
Tints of Light Green #8DF08B
RGB
CMYK
RGB Variations
Color information
#8DF08B (or 0x8DF08B) is known color: Light Green. HEX triplet: 8D, F0 and 8B. RGB value is (141,240,139). Sum of RGB (Red+Green+Blue) = 141+240+139=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF08B is #720F74. Grayscale: #C7C7C7. Windows color (decimal): -7475061 or 9171085. OLE color: 9171085.
HSL color Cylindrical-coordinate representation of color #8DF08B: hue angle of 118.81º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF08B is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 139 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.06 |
| HSL | 118.81º | 0.77% | 0.74% | - |
| HSV(B) | 118.81º | 0.42% | 0.94% | - |
| XYZ | 46.8 | 69.85 | 35.44 | - |
| YUV | 198.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 139 | 0.41 | 0 | 0.42 | 0.06 | 118.81 | 0.77 | 0.74 |
| Hex | 8D | F0 | 8B | 29 | 0 | 2A | 6 | 77 | 4D | 4A |
| Octal | 215 | 360 | 213 | 51 | 0 | 52 | 6 | 167 | 115 | 112 |
| Binary | 10001101 | 11110000 | 10001011 | 101001 | 0 | 101010 | 110 | 1110111 | 1001101 | 1001010 |
Color Harmonies of #8DF08B
Complementary color
Monochromatic Colors of #8DF08B
Black with #8DF08B
Text Example
Text Example
White with #8DF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF08B; }
p { color: rgb(141,240,139); }
H1.HeaderClassName
{
color: #8DF08B;
}
.AnyTagClassName
{
color: #8DF08B;
}
</style>
background-color css
<style>
a { background-color: #8DF08B; }
a { background-color: rgb(141,240,139); }
div.DivClassName
{
background-color: #8DF08B;
}
.BgClassName
{
background-color: #8DF08B;
}
</style>
border-color css
<style>
span { border-color: #8DF08B; }
span { border-color: rgb(141,240,139); }
td.TdClassName
{
border-color: #8DF08B;
}
.TagClassName
{
border-color: #8DF08B;
}
</style>