Shades of Light Green #86F18B
Tints of Light Green #86F18B
RGB
CMYK
RGB Variations
Color information
#86F18B (or 0x86F18B) is known color: Light Green. HEX triplet: 86, F1 and 8B. RGB value is (134,241,139). Sum of RGB (Red+Green+Blue) = 134+241+139=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #86F18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F18B is #790E74. Grayscale: #C5C5C5. Windows color (decimal): -7933557 or 9171334. OLE color: 9171334.
HSL color Cylindrical-coordinate representation of color #86F18B: hue angle of 122.8º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86F18B is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 139 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.05 |
| HSL | 122.8º | 0.79% | 0.74% | - |
| HSV(B) | 122.8º | 0.44% | 0.95% | - |
| XYZ | 45.95 | 69.84 | 35.49 | - |
| YUV | 197.38 | 95.05 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 139 | 0.44 | 0 | 0.42 | 0.05 | 122.8 | 0.79 | 0.74 |
| Hex | 86 | F1 | 8B | 2C | 0 | 2A | 5 | 7B | 4F | 4A |
| Octal | 206 | 361 | 213 | 54 | 0 | 52 | 5 | 173 | 117 | 112 |
| Binary | 10000110 | 11110001 | 10001011 | 101100 | 0 | 101010 | 101 | 1111011 | 1001111 | 1001010 |
Color Harmonies of #86F18B
Complementary color
Monochromatic Colors of #86F18B
Black with #86F18B
Text Example
Text Example
White with #86F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F18B; }
p { color: rgb(134,241,139); }
H1.HeaderClassName
{
color: #86F18B;
}
.AnyTagClassName
{
color: #86F18B;
}
</style>
background-color css
<style>
a { background-color: #86F18B; }
a { background-color: rgb(134,241,139); }
div.DivClassName
{
background-color: #86F18B;
}
.BgClassName
{
background-color: #86F18B;
}
</style>
border-color css
<style>
span { border-color: #86F18B; }
span { border-color: rgb(134,241,139); }
td.TdClassName
{
border-color: #86F18B;
}
.TagClassName
{
border-color: #86F18B;
}
</style>