Shades of Light Green #86F297
Tints of Light Green #86F297
RGB
CMYK
RGB Variations
Color information
#86F297 (or 0x86F297) is known color: Light Green. HEX triplet: 86, F2 and 97. RGB value is (134,242,151). Sum of RGB (Red+Green+Blue) = 134+242+151=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #86F297 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F297 is #790D68. Grayscale: #C7C7C7. Windows color (decimal): -7933289 or 9958022. OLE color: 9958022.
HSL color Cylindrical-coordinate representation of color #86F297: hue angle of 129.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F297 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 151 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.05 |
| HSL | 129.44º | 0.81% | 0.74% | - |
| HSV(B) | 129.44º | 0.45% | 0.95% | - |
| XYZ | 47.17 | 70.81 | 40.46 | - |
| YUV | 199.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 151 | 0.45 | 0 | 0.38 | 0.05 | 129.44 | 0.81 | 0.74 |
| Hex | 86 | F2 | 97 | 2D | 0 | 26 | 5 | 81 | 51 | 4A |
| Octal | 206 | 362 | 227 | 55 | 0 | 46 | 5 | 201 | 121 | 112 |
| Binary | 10000110 | 11110010 | 10010111 | 101101 | 0 | 100110 | 101 | 10000001 | 1010001 | 1001010 |
Color Harmonies of #86F297
Complementary color
Monochromatic Colors of #86F297
Black with #86F297
Text Example
Text Example
White with #86F297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F297; }
p { color: rgb(134,242,151); }
H1.HeaderClassName
{
color: #86F297;
}
.AnyTagClassName
{
color: #86F297;
}
</style>
background-color css
<style>
a { background-color: #86F297; }
a { background-color: rgb(134,242,151); }
div.DivClassName
{
background-color: #86F297;
}
.BgClassName
{
background-color: #86F297;
}
</style>
border-color css
<style>
span { border-color: #86F297; }
span { border-color: rgb(134,242,151); }
td.TdClassName
{
border-color: #86F297;
}
.TagClassName
{
border-color: #86F297;
}
</style>