Shades of Light Green #86EF90
Tints of Light Green #86EF90
RGB
CMYK
RGB Variations
Color information
#86EF90 (or 0x86EF90) is known color: Light Green. HEX triplet: 86, EF and 90. RGB value is (134,239,144). Sum of RGB (Red+Green+Blue) = 134+239+144=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF90 is #79106F. Grayscale: #C5C5C5. Windows color (decimal): -7934064 or 9498502. OLE color: 9498502.
HSL color Cylindrical-coordinate representation of color #86EF90: hue angle of 125.71º 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 #86EF90 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 144 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.06 |
| HSL | 125.71º | 0.77% | 0.73% | - |
| HSV(B) | 125.71º | 0.44% | 0.94% | - |
| XYZ | 45.73 | 68.81 | 37.26 | - |
| YUV | 196.78 | 98.21 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 144 | 0.44 | 0 | 0.40 | 0.06 | 125.71 | 0.77 | 0.73 |
| Hex | 86 | EF | 90 | 2C | 0 | 28 | 6 | 7E | 4D | 49 |
| Octal | 206 | 357 | 220 | 54 | 0 | 50 | 6 | 176 | 115 | 111 |
| Binary | 10000110 | 11101111 | 10010000 | 101100 | 0 | 101000 | 110 | 1111110 | 1001101 | 1001001 |
Color Harmonies of #86EF90
Complementary color
Monochromatic Colors of #86EF90
Black with #86EF90
Text Example
Text Example
White with #86EF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF90; }
p { color: rgb(134,239,144); }
H1.HeaderClassName
{
color: #86EF90;
}
.AnyTagClassName
{
color: #86EF90;
}
</style>
background-color css
<style>
a { background-color: #86EF90; }
a { background-color: rgb(134,239,144); }
div.DivClassName
{
background-color: #86EF90;
}
.BgClassName
{
background-color: #86EF90;
}
</style>
border-color css
<style>
span { border-color: #86EF90; }
span { border-color: rgb(134,239,144); }
td.TdClassName
{
border-color: #86EF90;
}
.TagClassName
{
border-color: #86EF90;
}
</style>