Shades of Light Green #8BED85
Tints of Light Green #8BED85
RGB
CMYK
RGB Variations
Color information
#8BED85 (or 0x8BED85) is known color: Light Green. HEX triplet: 8B, ED and 85. RGB value is (139,237,133). Sum of RGB (Red+Green+Blue) = 139+237+133=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #8BED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BED85 is #74127A. Grayscale: #C4C4C4. Windows color (decimal): -7606907 or 8777099. OLE color: 8777099.
HSL color Cylindrical-coordinate representation of color #8BED85: hue angle of 116.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BED85 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 237 | 133 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.07 |
| HSL | 116.54º | 0.74% | 0.73% | - |
| HSV(B) | 116.54º | 0.44% | 0.93% | - |
| XYZ | 45.17 | 67.75 | 32.89 | - |
| YUV | 195.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 237 | 133 | 0.41 | 0 | 0.44 | 0.07 | 116.54 | 0.74 | 0.73 |
| Hex | 8B | ED | 85 | 29 | 0 | 2C | 7 | 75 | 4A | 49 |
| Octal | 213 | 355 | 205 | 51 | 0 | 54 | 7 | 165 | 112 | 111 |
| Binary | 10001011 | 11101101 | 10000101 | 101001 | 0 | 101100 | 111 | 1110101 | 1001010 | 1001001 |
Color Harmonies of #8BED85
Complementary color
Monochromatic Colors of #8BED85
Black with #8BED85
Text Example
Text Example
White with #8BED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BED85; }
p { color: rgb(139,237,133); }
H1.HeaderClassName
{
color: #8BED85;
}
.AnyTagClassName
{
color: #8BED85;
}
</style>
background-color css
<style>
a { background-color: #8BED85; }
a { background-color: rgb(139,237,133); }
div.DivClassName
{
background-color: #8BED85;
}
.BgClassName
{
background-color: #8BED85;
}
</style>
border-color css
<style>
span { border-color: #8BED85; }
span { border-color: rgb(139,237,133); }
td.TdClassName
{
border-color: #8BED85;
}
.TagClassName
{
border-color: #8BED85;
}
</style>