Shades of Light Green #86F38D
Tints of Light Green #86F38D
RGB
CMYK
RGB Variations
Color information
#86F38D (or 0x86F38D) is known color: Light Green. HEX triplet: 86, F3 and 8D. RGB value is (134,243,141). Sum of RGB (Red+Green+Blue) = 134+243+141=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #86F38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F38D is #790C72. Grayscale: #C7C7C7. Windows color (decimal): -7933043 or 9302918. OLE color: 9302918.
HSL color Cylindrical-coordinate representation of color #86F38D: hue angle of 123.85º degrees, saturation: 0.82, 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 #86F38D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 141 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.05 |
| HSL | 123.85º | 0.82% | 0.74% | - |
| HSV(B) | 123.85º | 0.45% | 0.95% | - |
| XYZ | 46.69 | 71.09 | 36.46 | - |
| YUV | 198.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 141 | 0.45 | 0 | 0.42 | 0.05 | 123.85 | 0.82 | 0.74 |
| Hex | 86 | F3 | 8D | 2D | 0 | 2A | 5 | 7C | 52 | 4A |
| Octal | 206 | 363 | 215 | 55 | 0 | 52 | 5 | 174 | 122 | 112 |
| Binary | 10000110 | 11110011 | 10001101 | 101101 | 0 | 101010 | 101 | 1111100 | 1010010 | 1001010 |
Color Harmonies of #86F38D
Complementary color
Monochromatic Colors of #86F38D
Black with #86F38D
Text Example
Text Example
White with #86F38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F38D; }
p { color: rgb(134,243,141); }
H1.HeaderClassName
{
color: #86F38D;
}
.AnyTagClassName
{
color: #86F38D;
}
</style>
background-color css
<style>
a { background-color: #86F38D; }
a { background-color: rgb(134,243,141); }
div.DivClassName
{
background-color: #86F38D;
}
.BgClassName
{
background-color: #86F38D;
}
</style>
border-color css
<style>
span { border-color: #86F38D; }
span { border-color: rgb(134,243,141); }
td.TdClassName
{
border-color: #86F38D;
}
.TagClassName
{
border-color: #86F38D;
}
</style>