Shades of Light Green #86FB73
Tints of Light Green #86FB73
RGB
CMYK
RGB Variations
Color information
#86FB73 (or 0x86FB73) is known color: Light Green. HEX triplet: 86, FB and 73. RGB value is (134,251,115). Sum of RGB (Red+Green+Blue) = 134+251+115=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FB73 is #79048C. Grayscale: #C8C8C8. Windows color (decimal): -7931021 or 7601030. OLE color: 7601030.
HSL color Cylindrical-coordinate representation of color #86FB73: hue angle of 111.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86FB73 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 115 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.02 |
| HSL | 111.62º | 0.94% | 0.72% | - |
| HSV(B) | 111.62º | 0.54% | 0.98% | - |
| XYZ | 47.42 | 75.3 | 28.25 | - |
| YUV | 200.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 115 | 0.47 | 0 | 0.54 | 0.02 | 111.62 | 0.94 | 0.72 |
| Hex | 86 | FB | 73 | 2F | 0 | 36 | 2 | 70 | 5E | 48 |
| Octal | 206 | 373 | 163 | 57 | 0 | 66 | 2 | 160 | 136 | 110 |
| Binary | 10000110 | 11111011 | 1110011 | 101111 | 0 | 110110 | 10 | 1110000 | 1011110 | 1001000 |
Color Harmonies of #86FB73
Complementary color
Monochromatic Colors of #86FB73
Black with #86FB73
Text Example
Text Example
White with #86FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB73; }
p { color: rgb(134,251,115); }
H1.HeaderClassName
{
color: #86FB73;
}
.AnyTagClassName
{
color: #86FB73;
}
</style>
background-color css
<style>
a { background-color: #86FB73; }
a { background-color: rgb(134,251,115); }
div.DivClassName
{
background-color: #86FB73;
}
.BgClassName
{
background-color: #86FB73;
}
</style>
border-color css
<style>
span { border-color: #86FB73; }
span { border-color: rgb(134,251,115); }
td.TdClassName
{
border-color: #86FB73;
}
.TagClassName
{
border-color: #86FB73;
}
</style>