Shades of Light Green #86FB7A
Tints of Light Green #86FB7A
RGB
CMYK
RGB Variations
Color information
#86FB7A (or 0x86FB7A) is known color: Light Green. HEX triplet: 86, FB and 7A. RGB value is (134,251,122). Sum of RGB (Red+Green+Blue) = 134+251+122=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FB7A is #790485. Grayscale: #C9C9C9. Windows color (decimal): -7931014 or 8059782. OLE color: 8059782.
HSL color Cylindrical-coordinate representation of color #86FB7A: hue angle of 114.42º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86FB7A is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 122 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.02 |
| HSL | 114.42º | 0.94% | 0.73% | - |
| HSV(B) | 114.42º | 0.51% | 0.98% | - |
| XYZ | 47.84 | 75.47 | 30.46 | - |
| YUV | 201.31 | 83.24 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 122 | 0.47 | 0 | 0.51 | 0.02 | 114.42 | 0.94 | 0.73 |
| Hex | 86 | FB | 7A | 2F | 0 | 33 | 2 | 72 | 5E | 49 |
| Octal | 206 | 373 | 172 | 57 | 0 | 63 | 2 | 162 | 136 | 111 |
| Binary | 10000110 | 11111011 | 1111010 | 101111 | 0 | 110011 | 10 | 1110010 | 1011110 | 1001001 |
Color Harmonies of #86FB7A
Complementary color
Monochromatic Colors of #86FB7A
Black with #86FB7A
Text Example
Text Example
White with #86FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB7A; }
p { color: rgb(134,251,122); }
H1.HeaderClassName
{
color: #86FB7A;
}
.AnyTagClassName
{
color: #86FB7A;
}
</style>
background-color css
<style>
a { background-color: #86FB7A; }
a { background-color: rgb(134,251,122); }
div.DivClassName
{
background-color: #86FB7A;
}
.BgClassName
{
background-color: #86FB7A;
}
</style>
border-color css
<style>
span { border-color: #86FB7A; }
span { border-color: rgb(134,251,122); }
td.TdClassName
{
border-color: #86FB7A;
}
.TagClassName
{
border-color: #86FB7A;
}
</style>