Shades of Light Green #86F18D
Tints of Light Green #86F18D
RGB
CMYK
RGB Variations
Color information
#86F18D (or 0x86F18D) is known color: Light Green. HEX triplet: 86, F1 and 8D. RGB value is (134,241,141). Sum of RGB (Red+Green+Blue) = 134+241+141=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #86F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F18D is #790E72. Grayscale: #C5C5C5. Windows color (decimal): -7933555 or 9302406. OLE color: 9302406.
HSL color Cylindrical-coordinate representation of color #86F18D: hue angle of 123.93º 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 #86F18D is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 141 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.05 |
| HSL | 123.93º | 0.79% | 0.74% | - |
| HSV(B) | 123.93º | 0.44% | 0.95% | - |
| XYZ | 46.09 | 69.9 | 36.26 | - |
| YUV | 197.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 141 | 0.44 | 0 | 0.41 | 0.05 | 123.93 | 0.79 | 0.74 |
| Hex | 86 | F1 | 8D | 2C | 0 | 29 | 5 | 7C | 4F | 4A |
| Octal | 206 | 361 | 215 | 54 | 0 | 51 | 5 | 174 | 117 | 112 |
| Binary | 10000110 | 11110001 | 10001101 | 101100 | 0 | 101001 | 101 | 1111100 | 1001111 | 1001010 |
Color Harmonies of #86F18D
Complementary color
Monochromatic Colors of #86F18D
Black with #86F18D
Text Example
Text Example
White with #86F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F18D; }
p { color: rgb(134,241,141); }
H1.HeaderClassName
{
color: #86F18D;
}
.AnyTagClassName
{
color: #86F18D;
}
</style>
background-color css
<style>
a { background-color: #86F18D; }
a { background-color: rgb(134,241,141); }
div.DivClassName
{
background-color: #86F18D;
}
.BgClassName
{
background-color: #86F18D;
}
</style>
border-color css
<style>
span { border-color: #86F18D; }
span { border-color: rgb(134,241,141); }
td.TdClassName
{
border-color: #86F18D;
}
.TagClassName
{
border-color: #86F18D;
}
</style>