Shades of Light Green #86F87C
Tints of Light Green #86F87C
RGB
CMYK
RGB Variations
Color information
#86F87C (or 0x86F87C) is known color: Light Green. HEX triplet: 86, F8 and 7C. RGB value is (134,248,124). Sum of RGB (Red+Green+Blue) = 134+248+124=506 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.48% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #86F87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F87C is #790783. Grayscale: #C8C8C8. Windows color (decimal): -7931780 or 8190086. OLE color: 8190086.
HSL color Cylindrical-coordinate representation of color #86F87C: hue angle of 115.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86F87C is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 248 | 124 | - |
| CMYK | 0.46 | 0 | 0.5 | 0.03 |
| HSL | 115.16º | 0.9% | 0.73% | - |
| HSV(B) | 115.16º | 0.5% | 0.97% | - |
| XYZ | 47.04 | 73.66 | 30.81 | - |
| YUV | 199.78 | 85.23 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 248 | 124 | 0.46 | 0 | 0.5 | 0.03 | 115.16 | 0.9 | 0.73 |
| Hex | 86 | F8 | 7C | 2E | 0 | 32 | 3 | 73 | 5A | 49 |
| Octal | 206 | 370 | 174 | 56 | 0 | 62 | 3 | 163 | 132 | 111 |
| Binary | 10000110 | 11111000 | 1111100 | 101110 | 0 | 110010 | 11 | 1110011 | 1011010 | 1001001 |
Color Harmonies of #86F87C
Complementary color
Monochromatic Colors of #86F87C
Black with #86F87C
Text Example
Text Example
White with #86F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F87C; }
p { color: rgb(134,248,124); }
H1.HeaderClassName
{
color: #86F87C;
}
.AnyTagClassName
{
color: #86F87C;
}
</style>
background-color css
<style>
a { background-color: #86F87C; }
a { background-color: rgb(134,248,124); }
div.DivClassName
{
background-color: #86F87C;
}
.BgClassName
{
background-color: #86F87C;
}
</style>
border-color css
<style>
span { border-color: #86F87C; }
span { border-color: rgb(134,248,124); }
td.TdClassName
{
border-color: #86F87C;
}
.TagClassName
{
border-color: #86F87C;
}
</style>