Shades of Light Green #86EF88
Tints of Light Green #86EF88
RGB
CMYK
RGB Variations
Color information
#86EF88 (or 0x86EF88) is known color: Light Green. HEX triplet: 86, EF and 88. RGB value is (134,239,136). Sum of RGB (Red+Green+Blue) = 134+239+136=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF88 is #791077. Grayscale: #C4C4C4. Windows color (decimal): -7934072 or 8974214. OLE color: 8974214.
HSL color Cylindrical-coordinate representation of color #86EF88: hue angle of 121.14º 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 #86EF88 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 136 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.06 |
| HSL | 121.14º | 0.77% | 0.73% | - |
| HSV(B) | 121.14º | 0.44% | 0.94% | - |
| XYZ | 45.14 | 68.58 | 34.15 | - |
| YUV | 195.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 136 | 0.44 | 0 | 0.43 | 0.06 | 121.14 | 0.77 | 0.73 |
| Hex | 86 | EF | 88 | 2C | 0 | 2B | 6 | 79 | 4D | 49 |
| Octal | 206 | 357 | 210 | 54 | 0 | 53 | 6 | 171 | 115 | 111 |
| Binary | 10000110 | 11101111 | 10001000 | 101100 | 0 | 101011 | 110 | 1111001 | 1001101 | 1001001 |
Color Harmonies of #86EF88
Complementary color
Monochromatic Colors of #86EF88
Black with #86EF88
Text Example
Text Example
White with #86EF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF88; }
p { color: rgb(134,239,136); }
H1.HeaderClassName
{
color: #86EF88;
}
.AnyTagClassName
{
color: #86EF88;
}
</style>
background-color css
<style>
a { background-color: #86EF88; }
a { background-color: rgb(134,239,136); }
div.DivClassName
{
background-color: #86EF88;
}
.BgClassName
{
background-color: #86EF88;
}
</style>
border-color css
<style>
span { border-color: #86EF88; }
span { border-color: rgb(134,239,136); }
td.TdClassName
{
border-color: #86EF88;
}
.TagClassName
{
border-color: #86EF88;
}
</style>