Shades of Light Green #86EF9B
Tints of Light Green #86EF9B
RGB
CMYK
RGB Variations
Color information
#86EF9B (or 0x86EF9B) is known color: Light Green. HEX triplet: 86, EF and 9B. RGB value is (134,239,155). Sum of RGB (Red+Green+Blue) = 134+239+155=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF9B is #791064. Grayscale: #C6C6C6. Windows color (decimal): -7934053 or 10219398. OLE color: 10219398.
HSL color Cylindrical-coordinate representation of color #86EF9B: hue angle of 132º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EF9B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 155 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.06 |
| HSL | 132º | 0.77% | 0.73% | - |
| HSV(B) | 132º | 0.44% | 0.94% | - |
| XYZ | 46.61 | 69.17 | 41.9 | - |
| YUV | 198.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 155 | 0.44 | 0 | 0.35 | 0.06 | 132 | 0.77 | 0.73 |
| Hex | 86 | EF | 9B | 2C | 0 | 23 | 6 | 84 | 4D | 49 |
| Octal | 206 | 357 | 233 | 54 | 0 | 43 | 6 | 204 | 115 | 111 |
| Binary | 10000110 | 11101111 | 10011011 | 101100 | 0 | 100011 | 110 | 10000100 | 1001101 | 1001001 |
Color Harmonies of #86EF9B
Complementary color
Monochromatic Colors of #86EF9B
Black with #86EF9B
Text Example
Text Example
White with #86EF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF9B; }
p { color: rgb(134,239,155); }
H1.HeaderClassName
{
color: #86EF9B;
}
.AnyTagClassName
{
color: #86EF9B;
}
</style>
background-color css
<style>
a { background-color: #86EF9B; }
a { background-color: rgb(134,239,155); }
div.DivClassName
{
background-color: #86EF9B;
}
.BgClassName
{
background-color: #86EF9B;
}
</style>
border-color css
<style>
span { border-color: #86EF9B; }
span { border-color: rgb(134,239,155); }
td.TdClassName
{
border-color: #86EF9B;
}
.TagClassName
{
border-color: #86EF9B;
}
</style>