Shades of Light Green #8BDC91
Tints of Light Green #8BDC91
RGB
CMYK
RGB Variations
Color information
#8BDC91 (or 0x8BDC91) is known color: Light Green. HEX triplet: 8B, DC and 91. RGB value is (139,220,145). Sum of RGB (Red+Green+Blue) = 139+220+145=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC91 is #74236E. Grayscale: #BBBBBB. Windows color (decimal): -7611247 or 9559179. OLE color: 9559179.
HSL color Cylindrical-coordinate representation of color #8BDC91: hue angle of 124.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDC91 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 145 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.14 |
| HSL | 124.44º | 0.54% | 0.7% | - |
| HSV(B) | 124.44º | 0.37% | 0.86% | - |
| XYZ | 41.35 | 58.72 | 35.94 | - |
| YUV | 187.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 145 | 0.37 | 0 | 0.34 | 0.14 | 124.44 | 0.54 | 0.7 |
| Hex | 8B | DC | 91 | 25 | 0 | 22 | E | 7C | 36 | 46 |
| Octal | 213 | 334 | 221 | 45 | 0 | 42 | 16 | 174 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10010001 | 100101 | 0 | 100010 | 1110 | 1111100 | 110110 | 1000110 |
Color Harmonies of #8BDC91
Complementary color
Monochromatic Colors of #8BDC91
Black with #8BDC91
Text Example
Text Example
White with #8BDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC91; }
p { color: rgb(139,220,145); }
H1.HeaderClassName
{
color: #8BDC91;
}
.AnyTagClassName
{
color: #8BDC91;
}
</style>
background-color css
<style>
a { background-color: #8BDC91; }
a { background-color: rgb(139,220,145); }
div.DivClassName
{
background-color: #8BDC91;
}
.BgClassName
{
background-color: #8BDC91;
}
</style>
border-color css
<style>
span { border-color: #8BDC91; }
span { border-color: rgb(139,220,145); }
td.TdClassName
{
border-color: #8BDC91;
}
.TagClassName
{
border-color: #8BDC91;
}
</style>