Shades of Light Green #86EF7B
Tints of Light Green #86EF7B
RGB
CMYK
RGB Variations
Color information
#86EF7B (or 0x86EF7B) is known color: Light Green. HEX triplet: 86, EF and 7B. RGB value is (134,239,123). Sum of RGB (Red+Green+Blue) = 134+239+123=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EF7B is #791084. Grayscale: #C2C2C2. Windows color (decimal): -7934085 or 8122246. OLE color: 8122246.
HSL color Cylindrical-coordinate representation of color #86EF7B: hue angle of 114.31º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86EF7B is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 123 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.06 |
| HSL | 114.31º | 0.78% | 0.71% | - |
| HSV(B) | 114.31º | 0.49% | 0.94% | - |
| XYZ | 44.27 | 68.23 | 29.58 | - |
| YUV | 194.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 123 | 0.44 | 0 | 0.49 | 0.06 | 114.31 | 0.78 | 0.71 |
| Hex | 86 | EF | 7B | 2C | 0 | 31 | 6 | 72 | 4E | 47 |
| Octal | 206 | 357 | 173 | 54 | 0 | 61 | 6 | 162 | 116 | 107 |
| Binary | 10000110 | 11101111 | 1111011 | 101100 | 0 | 110001 | 110 | 1110010 | 1001110 | 1000111 |
Color Harmonies of #86EF7B
Complementary color
Monochromatic Colors of #86EF7B
Black with #86EF7B
Text Example
Text Example
White with #86EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF7B; }
p { color: rgb(134,239,123); }
H1.HeaderClassName
{
color: #86EF7B;
}
.AnyTagClassName
{
color: #86EF7B;
}
</style>
background-color css
<style>
a { background-color: #86EF7B; }
a { background-color: rgb(134,239,123); }
div.DivClassName
{
background-color: #86EF7B;
}
.BgClassName
{
background-color: #86EF7B;
}
</style>
border-color css
<style>
span { border-color: #86EF7B; }
span { border-color: rgb(134,239,123); }
td.TdClassName
{
border-color: #86EF7B;
}
.TagClassName
{
border-color: #86EF7B;
}
</style>