Shades of Light Green #8BDE85
Tints of Light Green #8BDE85
RGB
CMYK
RGB Variations
Color information
#8BDE85 (or 0x8BDE85) is known color: Light Green. HEX triplet: 8B, DE and 85. RGB value is (139,222,133). Sum of RGB (Red+Green+Blue) = 139+222+133=494 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.14% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDE85 is #74217A. Grayscale: #BBBBBB. Windows color (decimal): -7610747 or 8773259. OLE color: 8773259.
HSL color Cylindrical-coordinate representation of color #8BDE85: hue angle of 115.96º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BDE85 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 222 | 133 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.13 |
| HSL | 115.96º | 0.57% | 0.7% | - |
| HSV(B) | 115.96º | 0.4% | 0.87% | - |
| XYZ | 41 | 59.42 | 31.5 | - |
| YUV | 187.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 133 | 0.37 | 0 | 0.40 | 0.13 | 115.96 | 0.57 | 0.7 |
| Hex | 8B | DE | 85 | 25 | 0 | 28 | D | 74 | 39 | 46 |
| Octal | 213 | 336 | 205 | 45 | 0 | 50 | 15 | 164 | 71 | 106 |
| Binary | 10001011 | 11011110 | 10000101 | 100101 | 0 | 101000 | 1101 | 1110100 | 111001 | 1000110 |
Color Harmonies of #8BDE85
Complementary color
Monochromatic Colors of #8BDE85
Black with #8BDE85
Text Example
Text Example
White with #8BDE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDE85; }
p { color: rgb(139,222,133); }
H1.HeaderClassName
{
color: #8BDE85;
}
.AnyTagClassName
{
color: #8BDE85;
}
</style>
background-color css
<style>
a { background-color: #8BDE85; }
a { background-color: rgb(139,222,133); }
div.DivClassName
{
background-color: #8BDE85;
}
.BgClassName
{
background-color: #8BDE85;
}
</style>
border-color css
<style>
span { border-color: #8BDE85; }
span { border-color: rgb(139,222,133); }
td.TdClassName
{
border-color: #8BDE85;
}
.TagClassName
{
border-color: #8BDE85;
}
</style>