Shades of Light Green #86ED91
Tints of Light Green #86ED91
RGB
CMYK
RGB Variations
Color information
#86ED91 (or 0x86ED91) is known color: Light Green. HEX triplet: 86, ED and 91. RGB value is (134,237,145). Sum of RGB (Red+Green+Blue) = 134+237+145=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86ED91 is #79126E. Grayscale: #C3C3C3. Windows color (decimal): -7934575 or 9563526. OLE color: 9563526.
HSL color Cylindrical-coordinate representation of color #86ED91: hue angle of 126.41º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86ED91 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 145 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.07 |
| HSL | 126.41º | 0.74% | 0.73% | - |
| HSV(B) | 126.41º | 0.43% | 0.93% | - |
| XYZ | 45.23 | 67.68 | 37.47 | - |
| YUV | 195.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 145 | 0.43 | 0 | 0.39 | 0.07 | 126.41 | 0.74 | 0.73 |
| Hex | 86 | ED | 91 | 2B | 0 | 27 | 7 | 7E | 4A | 49 |
| Octal | 206 | 355 | 221 | 53 | 0 | 47 | 7 | 176 | 112 | 111 |
| Binary | 10000110 | 11101101 | 10010001 | 101011 | 0 | 100111 | 111 | 1111110 | 1001010 | 1001001 |
Color Harmonies of #86ED91
Complementary color
Monochromatic Colors of #86ED91
Black with #86ED91
Text Example
Text Example
White with #86ED91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED91; }
p { color: rgb(134,237,145); }
H1.HeaderClassName
{
color: #86ED91;
}
.AnyTagClassName
{
color: #86ED91;
}
</style>
background-color css
<style>
a { background-color: #86ED91; }
a { background-color: rgb(134,237,145); }
div.DivClassName
{
background-color: #86ED91;
}
.BgClassName
{
background-color: #86ED91;
}
</style>
border-color css
<style>
span { border-color: #86ED91; }
span { border-color: rgb(134,237,145); }
td.TdClassName
{
border-color: #86ED91;
}
.TagClassName
{
border-color: #86ED91;
}
</style>