Shades of Light Green #86EF85
Tints of Light Green #86EF85
RGB
CMYK
RGB Variations
Color information
#86EF85 (or 0x86EF85) is known color: Light Green. HEX triplet: 86, EF and 85. RGB value is (134,239,133). Sum of RGB (Red+Green+Blue) = 134+239+133=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF85 is #79107A. Grayscale: #C3C3C3. Windows color (decimal): -7934075 or 8777606. OLE color: 8777606.
HSL color Cylindrical-coordinate representation of color #86EF85: hue angle of 119.43º 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 #86EF85 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 133 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.06 |
| HSL | 119.43º | 0.77% | 0.73% | - |
| HSV(B) | 119.43º | 0.44% | 0.94% | - |
| XYZ | 44.93 | 68.49 | 33.04 | - |
| YUV | 195.52 | 92.71 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 133 | 0.44 | 0 | 0.44 | 0.06 | 119.43 | 0.77 | 0.73 |
| Hex | 86 | EF | 85 | 2C | 0 | 2C | 6 | 77 | 4D | 49 |
| Octal | 206 | 357 | 205 | 54 | 0 | 54 | 6 | 167 | 115 | 111 |
| Binary | 10000110 | 11101111 | 10000101 | 101100 | 0 | 101100 | 110 | 1110111 | 1001101 | 1001001 |
Color Harmonies of #86EF85
Complementary color
Monochromatic Colors of #86EF85
Black with #86EF85
Text Example
Text Example
White with #86EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF85; }
p { color: rgb(134,239,133); }
H1.HeaderClassName
{
color: #86EF85;
}
.AnyTagClassName
{
color: #86EF85;
}
</style>
background-color css
<style>
a { background-color: #86EF85; }
a { background-color: rgb(134,239,133); }
div.DivClassName
{
background-color: #86EF85;
}
.BgClassName
{
background-color: #86EF85;
}
</style>
border-color css
<style>
span { border-color: #86EF85; }
span { border-color: rgb(134,239,133); }
td.TdClassName
{
border-color: #86EF85;
}
.TagClassName
{
border-color: #86EF85;
}
</style>