Shades of Light Green #8BDD85
Tints of Light Green #8BDD85
RGB
CMYK
RGB Variations
Color information
#8BDD85 (or 0x8BDD85) is known color: Light Green. HEX triplet: 8B, DD and 85. RGB value is (139,221,133). Sum of RGB (Red+Green+Blue) = 139+221+133=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDD85 is #74227A. Grayscale: #BABABA. Windows color (decimal): -7611003 or 8773003. OLE color: 8773003.
HSL color Cylindrical-coordinate representation of color #8BDD85: hue angle of 115.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BDD85 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 133 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.13 |
| HSL | 115.91º | 0.56% | 0.69% | - |
| HSV(B) | 115.91º | 0.4% | 0.87% | - |
| XYZ | 40.74 | 58.9 | 31.41 | - |
| YUV | 186.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 133 | 0.37 | 0 | 0.40 | 0.13 | 115.91 | 0.56 | 0.69 |
| Hex | 8B | DD | 85 | 25 | 0 | 28 | D | 74 | 38 | 45 |
| Octal | 213 | 335 | 205 | 45 | 0 | 50 | 15 | 164 | 70 | 105 |
| Binary | 10001011 | 11011101 | 10000101 | 100101 | 0 | 101000 | 1101 | 1110100 | 111000 | 1000101 |
Color Harmonies of #8BDD85
Complementary color
Monochromatic Colors of #8BDD85
Black with #8BDD85
Text Example
Text Example
White with #8BDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDD85; }
p { color: rgb(139,221,133); }
H1.HeaderClassName
{
color: #8BDD85;
}
.AnyTagClassName
{
color: #8BDD85;
}
</style>
background-color css
<style>
a { background-color: #8BDD85; }
a { background-color: rgb(139,221,133); }
div.DivClassName
{
background-color: #8BDD85;
}
.BgClassName
{
background-color: #8BDD85;
}
</style>
border-color css
<style>
span { border-color: #8BDD85; }
span { border-color: rgb(139,221,133); }
td.TdClassName
{
border-color: #8BDD85;
}
.TagClassName
{
border-color: #8BDD85;
}
</style>